create-bridge-app
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -20,3 +20,3 @@ #!/usr/bin/env node | ||
(0, utils_1.runCommand)({ | ||
command: `mkdir ${name} && cd ${name} && npx tsc --init`, | ||
command: `mkdir ${name} && cd ${name} && npx tsc --init --outDir dist`, | ||
onSuccess: () => { | ||
@@ -23,0 +23,0 @@ fs_1.default.writeFile(`${name}/package.json`, prettier_1.default.format(`{ |
{ | ||
"name": "create-bridge-app", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Create Bridge-powered Express app with one command", | ||
@@ -5,0 +5,0 @@ "author": "Bridge Team <support@bridge.codes>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6342