mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
[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:
@@ -17,7 +17,7 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha --timeout 240000 -r ts-node/register src/Tests/Tests.*.ts",
|
"test": "mocha --timeout 240000 -r ts-node/register src/Tests/Tests.*.ts",
|
||||||
"prepare": "tsc",
|
"prepack": "tsc",
|
||||||
"lint": "eslint '*/*.ts' --quiet --fix",
|
"lint": "eslint '*/*.ts' --quiet --fix",
|
||||||
"build:all": "tsc && typedoc",
|
"build:all": "tsc && typedoc",
|
||||||
"build:docs": "typedoc",
|
"build:docs": "typedoc",
|
||||||
|
|||||||
Reference in New Issue
Block a user