mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-09 20:47:23 +03:00
Test
This commit is contained in:
2
.github/workflows/prerelease-package.yml
vendored
2
.github/workflows/prerelease-package.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '17.x'
|
node-version: '17.x'
|
||||||
- run: npm ci
|
- run: HUSKY=0 npm ci
|
||||||
- run: npm test
|
- run: npm test
|
||||||
- name: Set package registry
|
- name: Set package registry
|
||||||
run: npm config set registry https://npm.pkg.github.com
|
run: npm config set registry https://npm.pkg.github.com
|
||||||
|
|||||||
2
.github/workflows/release-package.yml
vendored
2
.github/workflows/release-package.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '17.x'
|
node-version: '17.x'
|
||||||
- run: npm ci
|
- run: HUSKY=0 npm ci
|
||||||
- run: npm test
|
- run: npm test
|
||||||
- name: Set package registry
|
- name: Set package registry
|
||||||
run: npm config set registry https://npm.pkg.github.com
|
run: npm config set registry https://npm.pkg.github.com
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@orionprotocol/sdk",
|
"name": "@orionprotocol/sdk",
|
||||||
"version": "0.17.4",
|
"version": "0.17.5-rc.0",
|
||||||
"description": "Orion Protocol SDK",
|
"description": "Orion Protocol SDK",
|
||||||
"main": "./lib/esm/index.js",
|
"main": "./lib/esm/index.js",
|
||||||
"module": "./lib/esm/index.js",
|
"module": "./lib/esm/index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user