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 }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
- name: 'Install dependencies'
|
- name: 'Install dependencies'
|
||||||
run: echo "*** npm install ***" && npm install
|
run: echo "*** npm ci ***" && npm ci
|
||||||
|
|
||||||
- name: 'Generate contracts'
|
- name: 'Generate contracts'
|
||||||
run: echo "*** npm run generate ***" && npm run generate
|
run: echo "*** npm run generate ***" && npm run generate
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user