Merge pull request #50 from tiagosiebler/fix/action

rebuild npm publish action
This commit is contained in:
Tiago
2020-12-26 18:02:56 +00:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -41,7 +41,9 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
if: steps.version-updated.outputs.has-updated
- run: npm run build
if: steps.version-updated.outputs.has-updated
- run: npm publish
if: steps.version-updated.outputs.has-updated
env:

View File

@@ -1,6 +1,6 @@
{
"name": "bybit-api",
"version": "1.3.0",
"version": "1.3.1",
"description": "A production-ready Node.js connector for the Bybit APIs and WebSockets",
"main": "lib/index.js",
"types": "lib/index.d.ts",