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,