feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 6s
Some checks failed
Publish / Publish npm package action (push) Failing after 6s
This commit is contained in:
parent
6b922d81f9
commit
4791b52d71
@ -19,12 +19,12 @@ jobs:
|
||||
registry-url: 'https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/'
|
||||
|
||||
- name: 'Install dependencies'
|
||||
run: npm install
|
||||
run: echo "*** npm install ***" && npm install
|
||||
|
||||
- name: 'Generate contracts'
|
||||
run: npm run generate
|
||||
run: echo "*** npm run generate ***" && npm run generate
|
||||
|
||||
- name: 'Publish to Gitea npm registry'
|
||||
run: npm publish
|
||||
run: echo "*** npm publish ***" && npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user