switch to yarn
This commit is contained in:
parent
0fb325a2cb
commit
304a90b7a4
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
- name: Install
|
||||
run: |
|
||||
npm ci
|
||||
yarn install --frozen-lockfile
|
||||
# - name: Lint
|
||||
# run: |
|
||||
# npm run lint
|
||||
@ -35,4 +35,4 @@ jobs:
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||
run: |
|
||||
npm publish --access public .
|
||||
yarn publish --access public .
|
||||
|
Loading…
Reference in New Issue
Block a user