Skip to content

Commit b843477

Browse files
Fix
1 parent b958bb4 commit b843477

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/build.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ const webPlugin = {
182182

183183
const duration = Date.now() - startTime;
184184
console.log(`${time()} - web - ${stdoutColors.green("SUCCESS")} (no errors, ${duration} ms)`);
185-
if (!process.exitCode) process.exitCode = 0;
186185
} catch (e) {
187186
const duration = Date.now() - startTime;
188187
console.error(e);
@@ -256,7 +255,6 @@ function buildDefinitions() {
256255

257256
const duration = Date.now() - startTime;
258257
console.log(`${time()} - dts - ${stdoutColors.green("SUCCESS")} (no errors, ${duration} ms)`);
259-
if (!process.exitCode) process.exitCode = 0;
260258
} catch (e) {
261259
const duration = Date.now() - startTime;
262260
console.error(e);

0 commit comments

Comments
 (0)