We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7955295 commit 4a12763Copy full SHA for 4a12763
.github/workflows/npmpublish.yml
@@ -39,6 +39,7 @@ jobs:
39
registry-url: https://registry.npmjs.org/
40
- name: NPM Publish
41
run: |
42
+ npm install
43
npm run build
44
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
45
npm publish
0 commit comments