-
Notifications
You must be signed in to change notification settings - Fork 6
Publishing to NPM
gignu edited this page Jun 30, 2023
·
19 revisions
Instructions for myself as I'm the only one who can publish changes to NPM:
- Download Subtitle Database into
~/Documents
- Upgrade
version
inpackage.json
npm i
mkdir umd
npm i -g browserify uglify-js
npm run build
npm run minify
npm run test
- Push changes to GitHub
- Test in the browser
npm publish