Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Jul 11, 2024
1 parent 5825f2b commit 73be0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rescript-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"build:test": "./build-compiler-dev.sh && ./rescript-relay-compiler",
"postinstall": "node postinstall.js",
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest",
"test:ci": "jest --ci --runInBand"
"test:ci": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --ci --runInBand"
},
"devDependencies": {
"@glennsl/rescript-fetch": "^0.2.0",
Expand Down

0 comments on commit 73be0a1

Please sign in to comment.