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.
1 parent 68c9214 commit 8f19c08Copy full SHA for 8f19c08
build.mjs
@@ -79,10 +79,4 @@ async function buildUI(...apps) {
79
}
80
81
82
-try {
83
- await Promise.allSettled([buildExtension(), buildUI('ing', 'post-cfg')])
84
-} catch (ex) {
85
- // eslint-disable-next-line no-undef
86
- console.error(ex)
87
- process.exit(1)
88
-}
+await Promise.allSettled([buildExtension(), buildUI('ing', 'post-cfg')])
0 commit comments