Skip to content

Commit 7d62442

Browse files
committed
add exit to postbuild.ts catch block
1 parent 20b4bb9 commit 7d62442

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/postbuild.ts

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ if (tmpCopyBundles) {
5555
fse.copy(cdnBundlesPaht, npmTmpBundlesPath);
5656
} catch (error) {
5757
console.error(`Error while tmp copying CDN bundles to ${NPM_BUILD_DIR}`);
58+
process.exit(1);
5859
}
5960
}
6061
// package.json modifications

0 commit comments

Comments
 (0)