👷 Use yarn instead of npm
This commit is contained in:
parent
3141557192
commit
eacab30451
1 changed files with 3 additions and 3 deletions
6
.github/workflows/npm-publish.yml
vendored
6
.github/workflows/npm-publish.yml
vendored
|
@ -14,8 +14,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
registry-url: https://registry.npmjs.org/
|
registry-url: https://registry.npmjs.org/
|
||||||
- run: npm install
|
- run: yarn install
|
||||||
- run: npm run build
|
- run: yarn run build
|
||||||
- run: npm publish
|
- run: yarn publish
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
|
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
|
Loading…
Reference in a new issue