Skip to content

Publishing to NPM

gignu edited this page Dec 8, 2022 · 19 revisions

Step-By-Step Instructions

  • Download Subtitle Database into ~/Documents
  • Upgrade version in package.json
  • npm i
  • mkdir umd
  • sudo npm i -g browserify uglify-js
  • npm run build
  • npm run minify
  • npm run testFolder
  • Push changes to GitHub
  • Test in the browser
  • npm publish
Clone this wiki locally