We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
postbuild.ts
1 parent 20b4bb9 commit 7d62442Copy full SHA for 7d62442
scripts/postbuild.ts
@@ -55,6 +55,7 @@ if (tmpCopyBundles) {
55
fse.copy(cdnBundlesPaht, npmTmpBundlesPath);
56
} catch (error) {
57
console.error(`Error while tmp copying CDN bundles to ${NPM_BUILD_DIR}`);
58
+ process.exit(1);
59
}
60
61
// package.json modifications
0 commit comments