stormpath / stormpath-widget

Add beautiful login, registration, and multi-factor authentication screens to your app in only a few lines of code
https://docs.stormpath.com
Apache License 2.0
6 stars 2 forks source link

Publish script that automates a bunch of stuff #156

Closed nbarbettini closed 6 years ago

nbarbettini commented 7 years ago

You can now do npm run publish 0.0.3 to do the following automagically:

👍 Do some sanity checks in preparation for publishing a new version. 👍 Update the version in package.json 👍 Build the distribution version of the script 👍 Calculate the SHA-384 hash of stormpath.min.js and append it to the history in integrity.txt 👍 Commit and tag the new version

Closes #153