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:
@ -9,6 +9,7 @@
|
||||
"build": "tsc",
|
||||
"watch": "tsc --watch",
|
||||
"prepublish": "tsc",
|
||||
"install": "tsc",
|
||||
"test": "mocha src/test.ts --require ts-node/register",
|
||||
"testwatch": "mocha src/test.ts --require ts-node/register --watch --watch-extensions ts"
|
||||
},
|
||||
|
Reference in New Issue
Block a user