mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-13 21:52:36 +03:00
Fix
This commit is contained in:
2
.github/workflows/prerelease-package.yml
vendored
2
.github/workflows/prerelease-package.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
node-version: '18.x'
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: npm test
|
||||
# - run: npm test
|
||||
- name: Set package registry
|
||||
run: npm config set registry https://npm.pkg.github.com
|
||||
- name: Github package registry authentication
|
||||
|
||||
2
.github/workflows/release-package.yml
vendored
2
.github/workflows/release-package.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
node-version: '18.x'
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: npm test
|
||||
# - run: npm test
|
||||
- name: Set package registry
|
||||
run: npm config set registry https://npm.pkg.github.com
|
||||
- name: Github package registry authentication
|
||||
|
||||
Reference in New Issue
Block a user