mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
Fix
This commit is contained in:
2
.github/workflows/prerelease-package.yml
vendored
2
.github/workflows/prerelease-package.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
with:
|
||||
node-version: '18.x'
|
||||
- run: npm ci
|
||||
- run: npm build
|
||||
- run: npm run build
|
||||
- run: npm test
|
||||
- name: Set package registry
|
||||
run: npm config set registry https://npm.pkg.github.com
|
||||
|
||||
2
.github/workflows/release-package.yml
vendored
2
.github/workflows/release-package.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
with:
|
||||
node-version: '18.x'
|
||||
- run: npm ci
|
||||
- run: npm build
|
||||
- run: npm run 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