feat: add rpc exception enum
All checks were successful
Publish / Publish npm package action (push) Successful in 14s
All checks were successful
Publish / Publish npm package action (push) Successful in 14s
This commit is contained in:
parent
8124ac2387
commit
40541103d3
@ -22,7 +22,7 @@ jobs:
|
||||
- name: 'Enable corepack'
|
||||
run: corepack enable
|
||||
|
||||
- name: Create .npmrc
|
||||
- name: Create .npmrc for install dependencies
|
||||
run: |
|
||||
touch .npmrc
|
||||
echo "@teacinema:registry=https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/" >> .npmrc
|
||||
@ -36,6 +36,9 @@ jobs:
|
||||
- name: 'Generate contracts'
|
||||
run: yarn run build
|
||||
|
||||
- name: Remove .npmrc
|
||||
run: rm .npmrc
|
||||
|
||||
- name: 'Publish to Gitea npm registry'
|
||||
run: npm publish
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user