mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: add postinstall script to run TypeScript compiler after installation
This commit is contained in:
committed by
GitHub
parent
1a178b392f
commit
d34d9fa121
@@ -32,6 +32,7 @@
|
|||||||
"lint": "eslint src --ext .js,.ts",
|
"lint": "eslint src --ext .js,.ts",
|
||||||
"lint:fix": "yarn format && yarn lint --fix",
|
"lint:fix": "yarn format && yarn lint --fix",
|
||||||
"preinstall": "node ./engine-requirements.js",
|
"preinstall": "node ./engine-requirements.js",
|
||||||
|
"postinstall": "npx tsc",
|
||||||
"release": "release-it",
|
"release": "release-it",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user