diff --git a/scripts/configure.mjs b/scripts/configure.mjs index b209634f5..5819a6cd2 100755 --- a/scripts/configure.mjs +++ b/scripts/configure.mjs @@ -651,6 +651,9 @@ export function configure(params, fs = nodefs) { if (!fs.existsSync(packageManifest)) { // We cannot assume that the app itself is an npm package. Some libraries // have an 'example' folder inside the package. + warn( + `skipped modifying 'package.json' because it was not found in path '${packagePath}'` + ); return; }