create-bridge-app
Advanced tools
Comparing version 1.0.24 to 1.0.25
@@ -28,3 +28,3 @@ #!/usr/bin/env node | ||
console.log(`Downloading dependencies... OK`); | ||
yield exec(`mkdir ${name} & cd ${name} & npx tsc --init --outDir dist`); | ||
yield exec(`mkdir ${name} && cd ${name} && npx tsc --init --outDir dist`); | ||
// runCommand({ | ||
@@ -31,0 +31,0 @@ // command: `mkdir ${name} & cd ${name} & npx tsc --init --outDir dist`, |
{ | ||
"name": "create-bridge-app", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "Create Bridge-powered Express app with one command", | ||
@@ -5,0 +5,0 @@ "author": "Bridge Team <support@bridge.codes>", |
10204