We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8155e1 commit 9a452bdCopy full SHA for 9a452bd
src/build.ts
@@ -44,8 +44,6 @@ async function build(args: string[]) {
44
getArg(args, { name: "output", alias: "o" }) || "tutorial.json";
45
const validate = getArg(args, { name: "validate", alias: "v" }) !== "false";
46
47
- console.log("validate", validate);
48
-
49
console.log(`Building CodeRoad ${output}...`);
50
51
options = {
0 commit comments