Skip to content

Commit 6667fe9

Browse files
committed
Don't ignore packaging errors during build
1 parent 7ff9db3 commit 6667fe9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pack.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,4 @@ const packageApp = async () => {
8383
));
8484
}
8585

86-
packageApp().catch((error: any) => {
87-
console.error(error.message);
88-
});
86+
packageApp();

0 commit comments

Comments
 (0)