From 5d9436e6c708748c147919e8ea91045313bcdb58 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 18 Dec 2023 14:42:40 -0800 Subject: [PATCH] typo --- forge.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge.config.js b/forge.config.js index 276d2f73d..f0f0e13ec 100644 --- a/forge.config.js +++ b/forge.config.js @@ -147,7 +147,7 @@ let config = { console.log("We need to remove the problematic link file on macOS") console.log(`Build path ${buildPath}`) fs.unlinkSync(path.join(buildPath, 'node_modules/macos-alias/build/node_gyp_bins/python3')) - }, + } const npmInstall = spawnSync("npm", ["install", "--omit=dev"], { cwd: buildPath,