[FIX] Use prepack instead of prepare (#976)
* Fix errors with Compilation There were some erros which prevented the code to compile. This commit fixes that * chore(): use `prepack` instead of `prepare`
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"test": "mocha --timeout 240000 -r ts-node/register src/Tests/Tests.*.ts",
|
||||
"prepare": "tsc",
|
||||
"prepack": "tsc",
|
||||
"lint": "eslint '*/*.ts' --quiet --fix",
|
||||
"build:all": "tsc && typedoc",
|
||||
"build:docs": "typedoc",
|
||||
|
||||
Reference in New Issue
Block a user