codeplay-common 1.8.9 → 1.9.0
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/package.json +1 -1
- package/scripts/sync-files.js +1 -1
package/package.json
CHANGED
package/scripts/sync-files.js
CHANGED
|
@@ -64,7 +64,7 @@ packageJson.scripts = packageJson.scripts || {};
|
|
|
64
64
|
|
|
65
65
|
// Update or add necessary scripts
|
|
66
66
|
if (latestCodeplayBuild) {
|
|
67
|
-
packageJson.scripts["build"] = `node buildCodeplay/${latestCodeplayBuild} && node buildCodeplay/${latestPackageIdModification} && cross-env NODE_ENV=production vite build`;
|
|
67
|
+
packageJson.scripts["build"] = `node buildCodeplay/${latestCodeplayBuild} && node buildCodeplay/${latestPackageIdModification} && cross-env NODE_ENV=production vite build --logLevel warn`;
|
|
68
68
|
}
|
|
69
69
|
if (latestSplashScreen && latestSplashAnimation) {
|
|
70
70
|
packageJson.scripts["capacitor:sync:after"] = ` node buildCodeplay/${latestSplashScreen} && node buildCodeplay/${latestSplashAnimation}`;
|