Skip to content

Commit ddd2d41

Browse files
authored
Update npm-deploy.yml
1 parent f6db7cb commit ddd2d41

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/npm-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
node-version: '11.x'
1616
- name: Setup NPM
1717
run: echo '//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}'>.npmrc
18+
- name: Install NPM packages
19+
run: npm install
1820
- name: build
1921
run: npm run build
2022
- name: publish

0 commit comments

Comments
 (0)