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 b76d8ed commit b6794feCopy full SHA for b6794fe
.gitignore
@@ -132,4 +132,7 @@ npm-debug.log
132
/app/configs/version.json
133
134
/dist
135
-/build
+/build
136
+./index.js
137
+./platforms.js
138
+./index.d.ts
index.d.ts
index.js
platforms.js
scripts/version.ts
@@ -19,7 +19,6 @@ const version = pkg.version.split(".");
19
let next_version, patch;
20
21
const argv: any = yargs(process.argv.slice(2)).argv;
22
-console.log(argv.cmd);
23
24
switch (argv.cmd) {
25
case "nightly":
0 commit comments