Adding typscript compilation at install level for usage with repository
All checks were successful
the build was successful
All checks were successful
the build was successful
This commit is contained in:
parent
07e2dff29f
commit
172855b8cf
@ -9,6 +9,7 @@
|
|||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"watch": "tsc --watch",
|
"watch": "tsc --watch",
|
||||||
"prepublish": "tsc",
|
"prepublish": "tsc",
|
||||||
|
"install": "tsc",
|
||||||
"test": "mocha src/test.ts --require ts-node/register",
|
"test": "mocha src/test.ts --require ts-node/register",
|
||||||
"testwatch": "mocha src/test.ts --require ts-node/register --watch --watch-extensions ts"
|
"testwatch": "mocha src/test.ts --require ts-node/register --watch --watch-extensions ts"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user