@blitzjs/cli
Advanced tools
Comparing version 0.6.0-canary.1 to 0.6.0-canary.2
@@ -18,5 +18,4 @@ "use strict"; | ||
else { | ||
yield db_1.runPrismaGeneration({ silent: true }); | ||
try { | ||
yield server_1.dev(config); | ||
yield server_1.dev(config, db_1.runPrismaGeneration({ silent: true })); | ||
} | ||
@@ -23,0 +22,0 @@ catch (err) { |
{ | ||
"name": "@blitzjs/cli", | ||
"description": "Blitz.js CLI", | ||
"version": "0.6.0-canary.1", | ||
"version": "0.6.0-canary.2", | ||
"license": "MIT", | ||
@@ -33,2 +33,3 @@ "scripts": { | ||
"@oclif/plugin-not-found": "^1.2.3", | ||
"camelcase": "6.0.0", | ||
"chalk": "^4.0.0", | ||
@@ -50,2 +51,3 @@ "chokidar": "^3.3.1", | ||
"pkg-dir": "4.2.0", | ||
"pluralize": "^8.0.0", | ||
"ts-node": "8.9.0", | ||
@@ -57,6 +59,7 @@ "tsconfig-paths": "3.9.0", | ||
"devDependencies": { | ||
"@blitzjs/server": "0.6.0-canary.1", | ||
"@blitzjs/server": "0.6.0-canary.2", | ||
"@oclif/dev-cli": "^1.22.2", | ||
"@oclif/test": "^1.2.5", | ||
"@prisma/cli": "2.0.0-beta.2" | ||
"@prisma/cli": "2.0.0-beta.2", | ||
"@types/pluralize": "^0.0.29" | ||
}, | ||
@@ -79,3 +82,3 @@ "oclif": { | ||
}, | ||
"gitHead": "3c4db0453ebf58a0a169bcf8239ff9ed2b577789" | ||
"gitHead": "797060c06813458bae33b76c7d1c739094977ea1" | ||
} |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
94500
60
1488
26
5
12
+ Addedcamelcase@6.0.0
+ Addedpluralize@^8.0.0
+ Addedcamelcase@6.0.0(transitive)
+ Addedpluralize@8.0.0(transitive)