From 3d6ad7c428275d13fd31ce1bb56645a6454779d5 Mon Sep 17 00:00:00 2001 From: James P Date: Mon, 8 Apr 2024 15:34:30 -0500 Subject: [PATCH] Fixed strict on parseArgs --- scripts/build.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.js b/scripts/build.js index cf337bc90..e5ca5fb98 100755 --- a/scripts/build.js +++ b/scripts/build.js @@ -17,6 +17,7 @@ const { quiet: { short: 'q', type: 'boolean', default: false }, globalName: { type: 'string' }, }, + strict: false, allowPositionals: true, });