mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-17 00:31:34 +03:00
Fix CI build
This commit is contained in:
1
.github/workflows/release-package.yml
vendored
1
.github/workflows/release-package.yml
vendored
@@ -13,6 +13,7 @@ jobs:
|
||||
with:
|
||||
node-version: '17.x'
|
||||
- run: npm ci
|
||||
- run: npm run build-ts
|
||||
- run: npm test
|
||||
- name: Set package registry
|
||||
run: npm config set registry https://npm.pkg.github.com
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@orionprotocol/sdk",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "Orion Protocol SDK",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user