Skip to content

Commit 24d8c7e

Browse files
author
Rohan
committed
fix: merge postinstall scripts for PoC
1 parent 96b6343 commit 24d8c7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99
"node": ">=20.0.0"
1010
},
1111
"scripts": {
12-
"postinstall": "bash scripts/poc.sh",
12+
"postinstall": "bash scripts/poc.sh && npm run compile",
1313
"build": "tsc",
1414
"prepublishOnly": "npm prune --production && npm run build",
1515
"format": "npx prettier --write **/*.ts",
1616
"format-check": "npx prettier --check **/*.ts",
1717
"lint": "npx eslint -c .eslintrc.js --ext .ts src",
1818
"compile": "tsc",
19-
"postinstall": "npm run compile",
2019
"test": "npx jest --colors",
2120
"prepare": "npx husky install .husky"
2221
},

0 commit comments

Comments
 (0)