This commit is contained in:
Aleksandr Kraiz
2023-02-10 18:01:41 +04:00
parent 26bb95637a
commit ee4ef02c0d
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '17.x'
- run: npm ci
- run: HUSKY=0 npm ci
- run: npm test
- name: Set package registry
run: npm config set registry https://npm.pkg.github.com

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '17.x'
- run: npm ci
- run: HUSKY=0 npm ci
- run: npm test
- name: Set package registry
run: npm config set registry https://npm.pkg.github.com

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.17.4",
"version": "0.17.5-rc.0",
"description": "Orion Protocol SDK",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",