mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-30 09:38:03 +03:00
Husky (#47)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@orionprotocol/sdk",
|
||||
"version": "0.17.4",
|
||||
"version": "0.17.5-rc.4",
|
||||
"description": "Orion Protocol SDK",
|
||||
"main": "./lib/esm/index.js",
|
||||
"module": "./lib/esm/index.js",
|
||||
@@ -11,7 +11,7 @@
|
||||
"clean": "rimraf lib/*",
|
||||
"watch-ts": "tsc -w --skipLibCheck",
|
||||
"watch-js": "nodemon lib/esm/index.js",
|
||||
"prepare": "husky install",
|
||||
"prepare": "is-ci || husky install",
|
||||
"prebuild": "tsc",
|
||||
"build": "webpack",
|
||||
"coverage": "jest --coverage",
|
||||
@@ -60,6 +60,7 @@
|
||||
"eslint-plugin-n": "^15.6.1",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"husky": "^7.0.4",
|
||||
"is-ci": "^3.0.1",
|
||||
"jest": "^29.4.2",
|
||||
"ts-jest": "^29.0.5",
|
||||
"ts-loader": "^9.4.2",
|
||||
|
||||
Reference in New Issue
Block a user