nodecg-io-cli
Advanced tools
Comparing version
{ | ||
"name": "nodecg-io-cli", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "The CLI to install and manage nodecg-io installations. Also helps you with nodecg-io bundle related development.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -163,5 +163,5 @@ "use strict"; | ||
log_1.logger.info("Compiling nodecg-io..."); | ||
await npm_1.runNpmBuild(nodecgIODir, "--", "concurrency", concurrency.toString()); | ||
await npm_1.runNpmBuild(nodecgIODir, "--", "--concurrency", concurrency.toString()); | ||
log_1.logger.success("Compiled nodecg-io."); | ||
} | ||
//# sourceMappingURL=development.js.map |
{ | ||
"name": "nodecg-io-cli", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "The CLI to install and manage nodecg-io installations. Also helps you with nodecg-io bundle related development.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
140579
0