mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-17 08:41:38 +03:00
Fix
This commit is contained in:
3
.github/workflows/prerelease-package.yml
vendored
3
.github/workflows/prerelease-package.yml
vendored
@@ -14,7 +14,8 @@ jobs:
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18.x'
|
||||
- run: HUSKY=0 npm ci
|
||||
- run: npm ci
|
||||
- run: npm build
|
||||
- run: npm test
|
||||
- name: Set package registry
|
||||
run: npm config set registry https://npm.pkg.github.com
|
||||
|
||||
3
.github/workflows/release-package.yml
vendored
3
.github/workflows/release-package.yml
vendored
@@ -12,7 +12,8 @@ jobs:
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18.x'
|
||||
- run: HUSKY=0 npm ci
|
||||
- run: npm ci
|
||||
- run: npm build
|
||||
- run: npm test
|
||||
- name: Set package registry
|
||||
run: npm config set registry https://npm.pkg.github.com
|
||||
|
||||
Reference in New Issue
Block a user