Skip to content

Commit 4a12763

Browse files
committed
adding npm install in github publish action
1 parent 7955295 commit 4a12763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
registry-url: https://registry.npmjs.org/
4040
- name: NPM Publish
4141
run: |
42+
npm install
4243
npm run build
4344
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
4445
npm publish

0 commit comments

Comments
 (0)