switch to yarn

This commit is contained in:
Dexter 2021-12-13 10:30:15 +00:00
parent 0fb325a2cb
commit 304a90b7a4

View File

@ -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 .