fix: add postinstall script to run TypeScript compiler after installation

This commit is contained in:
Francisco Pessano
2025-08-31 23:22:24 +00:00
committed by GitHub
parent 1a178b392f
commit d34d9fa121

View File

@@ -32,6 +32,7 @@
"lint": "eslint src --ext .js,.ts",
"lint:fix": "yarn format && yarn lint --fix",
"preinstall": "node ./engine-requirements.js",
"postinstall": "npx tsc",
"release": "release-it",
"test": "jest"
},