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 d7823a8 commit 9db139aCopy full SHA for 9db139a
compiler/package.json
@@ -19,7 +19,7 @@
19
"prebuild": "npm run clean --workspace=@grain/cli",
20
"build": "esy",
21
"postbuild": "esy copy:exe",
22
- "build:js": "esy b dune build @js --no-buffer",
+ "build:js": "esy b dune build @js --no-buffer -j 1",
23
"postbuild:js": "esy copy:js",
24
"pretest": "npm run build",
25
"test": "esy test",
0 commit comments