Skip to content

Commit 7299393

Browse files
committed
chore: Run js build with two builders
1 parent f20e746 commit 7299393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/esy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"copy:exe": "cp -f #{$GRAINC_BIN_PATH} #{$GRAINDOC_BIN_PATH} #{$GRAINFORMAT_BIN_PATH} #{$GRAINLSP_BIN_PATH} #{$CLI_BIN_DIR}",
2626
"copy:js": "cp -f #{$GRAINC_JS_PATH} #{$GRAINDOC_JS_PATH} #{$GRAINFORMAT_JS_PATH} #{$GRAINLSP_JS_PATH} #{$CLI_BIN_DIR}",
2727
"clean": "rm -rf #{self.root}/_esy",
28-
"build:js": "esy b dune build @js --no-buffer #{os == 'windows' ? '-j 2' : ''}",
28+
"build:js": "esy b dune build @js --no-buffer #{os != 'darwin' ? '-j 2' : ''}",
2929
"test": "#{$TEST_EXEC_PATH}",
3030
"test:js": "node #{$TEST_JS_PATH}",
3131
"format": "dune build @fmt --auto-promote",

0 commit comments

Comments
 (0)