mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-13 21:52:36 +03:00
Added husky
This commit is contained in:
4
.husky/pre-commit
Executable file
4
.husky/pre-commit
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npm test
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@orionprotocol/sdk",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.4",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@orionprotocol/sdk",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.4",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@ethersproject/abstract-signer": "^5.7.0",
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"clean": "rimraf lib/*",
|
||||
"watch-ts": "tsc -w --skipLibCheck",
|
||||
"watch-js": "nodemon lib/esm/index.js",
|
||||
"prepare": "npm run build",
|
||||
"prepare": "husky install",
|
||||
"prebuild": "tsc",
|
||||
"build": "webpack",
|
||||
"coverage": "jest --coverage",
|
||||
|
||||
Reference in New Issue
Block a user