Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
print out error message and stack
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioberger committed Nov 21, 2018
1 parent 71d15a6 commit 68c15de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/monorepo-scripts/src/prepublish_checks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,6 @@ const checkRequiredEnvVariables = () => {
};

prepublishChecksAsync().catch(err => {
utils.log(err.message);
utils.log(err);
process.exit(1);
});

0 comments on commit 68c15de

Please sign in to comment.