From c2e21d8e7e6eee3c5133fa37b743fae0c900df15 Mon Sep 17 00:00:00 2001 From: Aleksandr Kraiz Date: Thu, 21 Apr 2022 22:50:00 +0400 Subject: [PATCH] Fix CI build --- .github/workflows/release-package.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index b09dc4a..3b09a5a 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -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 diff --git a/package.json b/package.json index fbbffa4..7bed910 100644 --- a/package.json +++ b/package.json @@ -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",