We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1def36b commit fe0f2e9Copy full SHA for fe0f2e9
.github/workflows/ci.yml
@@ -19,4 +19,5 @@ jobs:
19
node-version: 20
20
cache: yarn
21
- run: yarn install
22
+ - run: yarn build
23
- run: yarn test
package.json
@@ -22,7 +22,7 @@
"clean": "rescript clean",
"doc-install": "npm install --no-save bsdoc",
24
"doc": "rescript && bsdoc build api && bsdoc support-files",
25
- "test": "rescript && echo 'checking for differences in compiled output...' && git diff-index --quiet HEAD -- && echo 'success!'",
+ "test": "rescript && echo 'checking for differences in compiled output...' && sleep 1 && git diff-index HEAD -- && echo 'success!'",
26
"format-all": "rescript format -all",
27
"prepublishOnly": "rescript clean && rescript build"
28
},
0 commit comments