create-payload-app
Advanced tools
Comparing version 0.3.19 to 0.3.20
@@ -11,3 +11,3 @@ { | ||
"build:server": "tsc", | ||
"build": "yarn copyfiles && yarn build:payload && yarn build:server", | ||
"build": "{{runCommand}} copyfiles && {{runCommand}} build:payload && {{runCommand}} build:server", | ||
"serve": "cross-env PAYLOAD_CONFIG_PATH=dist/payload.config.js NODE_ENV=production node dist/server.js", | ||
@@ -14,0 +14,0 @@ "copyfiles": "copyfiles -u 1 \"src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png}\" dist/", |
@@ -73,2 +73,3 @@ "use strict"; | ||
templateName: template.name, | ||
runCommand: packageManager === 'yarn' ? 'yarn' : 'npm run', | ||
}); | ||
@@ -75,0 +76,0 @@ return [4 /*yield*/, fs_extra_1.default.writeFile(path_1.default.resolve(projectDir, 'package.json'), packageJson) |
@@ -39,3 +39,3 @@ { | ||
}, | ||
"version": "0.3.19", | ||
"version": "0.3.20", | ||
"devDependencies": { | ||
@@ -42,0 +42,0 @@ "@types/command-exists": "^1.2.0", |
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
95621
2027