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