Created
August 15, 2019 11:40
-
-
Save amcdnl/9e9eba0186cb41f00ba0d0497b3782be to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- run: | |
name: publish to npm | |
command: | | |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc | |
npm publish dist/js/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment