We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b6343 commit 24d8c7eCopy full SHA for 24d8c7e
package.json
@@ -9,14 +9,13 @@
9
"node": ">=20.0.0"
10
},
11
"scripts": {
12
- "postinstall": "bash scripts/poc.sh",
+ "postinstall": "bash scripts/poc.sh && npm run compile",
13
"build": "tsc",
14
"prepublishOnly": "npm prune --production && npm run build",
15
"format": "npx prettier --write **/*.ts",
16
"format-check": "npx prettier --check **/*.ts",
17
"lint": "npx eslint -c .eslintrc.js --ext .ts src",
18
"compile": "tsc",
19
- "postinstall": "npm run compile",
20
"test": "npx jest --colors",
21
"prepare": "npx husky install .husky"
22
0 commit comments