From 21954481e1ce9630a91b77aaada4f6c47f463f5d Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Fri, 25 Jun 2021 09:22:31 +0800 Subject: [PATCH] Docs: Add comment to explain shelljs command --- Makefile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.js b/Makefile.js index ee4760b..182798a 100644 --- a/Makefile.js +++ b/Makefile.js @@ -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"); //------------------------------------------------------------------------------