We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
postbuild.ts
1 parent f496e2b commit 31e1f5dCopy full SHA for 31e1f5d
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