Skip to content

Commit c6931eb

Browse files
committed
continue fixes
1 parent 8be2284 commit c6931eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ subninja runtime/release.ninja
141141
subninja others/release.ninja
142142
subninja $stdlib/release.ninja
143143
${process.env.BS_TRAVIS_CI ? "subninja test/build.ninja\n" : "\n"}
144-
build all: phony runtime others $stdlib
144+
o all: phony runtime others $stdlib
145145
`;
146146
var filePath = path.join(jscomp_dir, "release.ninja");
147147
fs.writeFileSync(filePath, releaseNinja, "ascii");

0 commit comments

Comments
 (0)