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 b958bb4 commit b843477Copy full SHA for b843477
scripts/build.js
@@ -182,7 +182,6 @@ const webPlugin = {
182
183
const duration = Date.now() - startTime;
184
console.log(`${time()} - web - ${stdoutColors.green("SUCCESS")} (no errors, ${duration} ms)`);
185
- if (!process.exitCode) process.exitCode = 0;
186
} catch (e) {
187
188
console.error(e);
@@ -256,7 +255,6 @@ function buildDefinitions() {
256
255
257
258
console.log(`${time()} - dts - ${stdoutColors.green("SUCCESS")} (no errors, ${duration} ms)`);
259
260
261
262
0 commit comments