feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 7s
Some checks failed
Publish / Publish npm package action (push) Failing after 7s
This commit is contained in:
parent
cf36efa6cc
commit
794695e43e
@ -27,7 +27,7 @@ jobs:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
- name: 'Install dependencies'
|
||||
run: echo "*** npm install ***" && npm install
|
||||
run: echo "*** npm ci ***" && npm ci
|
||||
|
||||
- name: 'Generate contracts'
|
||||
run: echo "*** npm run generate ***" && npm run generate
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user