Skip to content

Commit

Permalink
added prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
foxesdocode committed Feb 10, 2022
1 parent af0f1c4 commit 9a3e49f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
],
"main": "dist/index.js",
"scripts": {
"prepare": "tsc",
"build": "tsc",
"test": "mocha --require ts-node/register --timeout 300000 test/**/*.test.ts",
"testDebug": "mocha --require ts-node/register --inspect-brk --timeout 300000 test/**/*.test.ts"
Expand Down

0 comments on commit 9a3e49f

Please sign in to comment.