Skip to content

Commit 2328989

Browse files
committed
update artifacts/install
1 parent 75d19e6 commit 2328989

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ vendor/cppo
3232
vendor/rollup.js
3333
package/
3434
*.tgz
35+
darwin/bsc

jscomp/artifacts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
".gitmodules",
55
"bsb",
66
"bsc",
7+
"bsrefmt",
78
"COPYING",
89
"LICENSE",
910
"4061.json",
@@ -45,7 +46,6 @@
4546
],
4647
"lib": [
4748
"bscc",
48-
"bsrefmt",
4949
"bstracing",
5050
"minisocket.js",
5151
"jsconfig.json",
@@ -1126,7 +1126,7 @@
11261126
"ninja.COPYING",
11271127
"bsb_helper.exe",
11281128
"bsb.exe",
1129-
"bsc.exe",
1129+
"bsc.exe",
11301130
"ninja.exe",
11311131
"refmt.exe"
11321132
]

scripts/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ function provideCompiler() {
207207
cwd: lib_dir,
208208
stdio: [0, 1, 2]
209209
});
210-
cp.execFileSync(ninja_bin_output, ["-f", "release.ninja"], {
210+
cp.execFileSync(ninja_bin_output, ["-f", "release.ninja","-v"], {
211211
cwd: lib_dir,
212212
stdio: [0, 1, 2]
213213
});

0 commit comments

Comments
 (0)