Skip to content

Commit

Permalink
one job to avoid mixing all 4 logs
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Sep 4, 2023
1 parent d7823a8 commit 9db139a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prebuild": "npm run clean --workspace=@grain/cli",
"build": "esy",
"postbuild": "esy copy:exe",
"build:js": "esy b dune build @js --no-buffer",
"build:js": "esy b dune build @js --no-buffer -j 1",
"postbuild:js": "esy copy:js",
"pretest": "npm run build",
"test": "esy test",
Expand Down

0 comments on commit 9db139a

Please sign in to comment.