Skip to content

Commit

Permalink
Do not stop process after test error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeawhanlee committed Nov 21, 2024
1 parent 72596d7 commit 592b3ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run-scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ scripts.forEach(script => {
execSync(`npm run ${script}`, { stdio: 'inherit' });
} catch (error) {
console.error(`Error running ${script}:`, error.message);
process.exit(1);
}
});

0 comments on commit 592b3ca

Please sign in to comment.