Skip to content

Commit 9db139a

Browse files
committed
one job to avoid mixing all 4 logs
1 parent d7823a8 commit 9db139a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"prebuild": "npm run clean --workspace=@grain/cli",
2020
"build": "esy",
2121
"postbuild": "esy copy:exe",
22-
"build:js": "esy b dune build @js --no-buffer",
22+
"build:js": "esy b dune build @js --no-buffer -j 1",
2323
"postbuild:js": "esy copy:js",
2424
"pretest": "npm run build",
2525
"test": "esy test",

0 commit comments

Comments
 (0)