We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6db7cb commit ddd2d41Copy full SHA for ddd2d41
1 file changed
.github/workflows/npm-deploy.yml
@@ -15,6 +15,8 @@ jobs:
15
node-version: '11.x'
16
- name: Setup NPM
17
run: echo '//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}'>.npmrc
18
+ - name: Install NPM packages
19
+ run: npm install
20
- name: build
21
run: npm run build
22
- name: publish
0 commit comments