Skip to content

Commit 1fe481a

Browse files
committed
[CHORE] removed prepare script
1 parent d204c34 commit 1fe481a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"dev": "nodemon",
88
"build": "tsc",
99
"build-run": "tsc && node dist",
10-
"test": "yarn mocha test/**/*.ts -r ts-node/register --exit",
11-
"prepare": "husky install"
10+
"test": "yarn mocha test/**/*.ts -r ts-node/register --exit"
1211
},
1312
"author": "",
1413
"license": "ISC",

0 commit comments

Comments
 (0)