create-prisma-php-app 1.6.6 → 1.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -32,6 +32,7 @@ async function main() {
|
|
|
32
32
|
return;
|
|
33
33
|
}
|
|
34
34
|
// execSync(`npm install -g create-prisma-php-app`, { stdio: "inherit" }); // TODO: Uncomment this line before publishing the package
|
|
35
|
+
execSync(`npm install -g create-prisma-php-app@alpha-update-command`, { stdio: "inherit" }); // TODO: Uncomment this line before publishing the package
|
|
35
36
|
// Support for browser-sync
|
|
36
37
|
execSync(`npm install -g browser-sync`, { stdio: "inherit" });
|
|
37
38
|
// Create the project directory
|