Skip to content

Commit 675ffbf

Browse files
committed
fix postinstall script
but do we really need to keep this? The `postinstall` hooks is avoided by default in other PMs
1 parent ebebbe3 commit 675ffbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"rewatch": "scripts/rewatch"
1717
},
1818
"scripts": {
19+
"postinstall": "node cli/rescript_postinstall.js",
1920
"test": "node scripts/ciTest.js -all",
2021
"test-bsb": "node scripts/ciTest.js -bsb",
2122
"test-ocaml": "node scripts/ciTest.js -ounit",
22-
"postinstall": "node scripts/rescript_postinstall.js",
2323
"format": "prettier --write .",
2424
"checkFormat": "prettier --check .",
2525
"coverage": "nyc --timeout=3000 --reporter=html mocha jscomp/test/*test.js && open ./coverage/index.html"

0 commit comments

Comments
 (0)