Skip to content

Instantly share code, notes, and snippets.

@amcdnl
Created August 15, 2019 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amcdnl/9e9eba0186cb41f00ba0d0497b3782be to your computer and use it in GitHub Desktop.
Save amcdnl/9e9eba0186cb41f00ba0d0497b3782be to your computer and use it in GitHub Desktop.
- 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