Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Docs: Add comment to explain shelljs command
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jun 25, 2021
1 parent d8fd688 commit 2195448
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ import checker from "npm-license";

const dirname = path.dirname(fileURLToPath(import.meta.url));

// `shelljs/make.js` global command to unset any `set('-e')` (to exit upon
// first error)
set("+e");

//------------------------------------------------------------------------------
Expand Down

0 comments on commit 2195448

Please sign in to comment.