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.
--silent
yarn
1 parent cec97fe commit 076afb7Copy full SHA for 076afb7
scripts/build-schema.mts
@@ -13,7 +13,7 @@ import { fileURLToPath } from 'node:url';
13
14
const __dirname = dirname(fileURLToPath(import.meta.url));
15
const baseDir = resolve(`${__dirname}/..`);
16
-const bazelCmd = process.env.BAZEL ?? `yarn --silent bazel`;
+const bazelCmd = process.env.BAZEL ?? `yarn bazel`;
17
const distRoot = join(baseDir, '/dist-schema/');
18
19
function _clean() {
0 commit comments