[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:
Alen Yohannan
2021-12-06 18:21:30 +05:30
committed by GitHub
parent 3af06e0b8c
commit 90fe0c0d3b

View File

@@ -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",