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 f20e746 commit 7299393Copy full SHA for 7299393
compiler/esy.json
@@ -25,7 +25,7 @@
25
"copy:exe": "cp -f #{$GRAINC_BIN_PATH} #{$GRAINDOC_BIN_PATH} #{$GRAINFORMAT_BIN_PATH} #{$GRAINLSP_BIN_PATH} #{$CLI_BIN_DIR}",
26
"copy:js": "cp -f #{$GRAINC_JS_PATH} #{$GRAINDOC_JS_PATH} #{$GRAINFORMAT_JS_PATH} #{$GRAINLSP_JS_PATH} #{$CLI_BIN_DIR}",
27
"clean": "rm -rf #{self.root}/_esy",
28
- "build:js": "esy b dune build @js --no-buffer #{os == 'windows' ? '-j 2' : ''}",
+ "build:js": "esy b dune build @js --no-buffer #{os != 'darwin' ? '-j 2' : ''}",
29
"test": "#{$TEST_EXEC_PATH}",
30
"test:js": "node #{$TEST_JS_PATH}",
31
"format": "dune build @fmt --auto-promote",
0 commit comments