We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebebbe3 commit 675ffbfCopy full SHA for 675ffbf
package.json
@@ -16,10 +16,10 @@
16
"rewatch": "scripts/rewatch"
17
},
18
"scripts": {
19
+ "postinstall": "node cli/rescript_postinstall.js",
20
"test": "node scripts/ciTest.js -all",
21
"test-bsb": "node scripts/ciTest.js -bsb",
22
"test-ocaml": "node scripts/ciTest.js -ounit",
- "postinstall": "node scripts/rescript_postinstall.js",
23
"format": "prettier --write .",
24
"checkFormat": "prettier --check .",
25
"coverage": "nyc --timeout=3000 --reporter=html mocha jscomp/test/*test.js && open ./coverage/index.html"
0 commit comments