Skip to content

Commit

Permalink
Update workflow docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
null-a committed May 16, 2018
1 parent 31adaee commit 6d9ff69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/npm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Updating the npm package
git push origin master
git push origin v0.0.1 # use version printed by "npm version" command above
npm --version # ensure >= 4.0.0 (required to run build scripts)
npm publish
npm publish --unsafe-perm # flag prevents scripts failing when npm is run as root

0 comments on commit 6d9ff69

Please sign in to comment.