diff --git a/backend/package.json b/backend/package.json index dcd36ee0b..01bb0c42a 100644 --- a/backend/package.json +++ b/backend/package.json @@ -25,7 +25,6 @@ "outputPath": "binary" }, "scripts": { - "preinstall": "npm-force-resolutions", "binary:build": "npm run binary:clean && npm run build:frontend && npm run build && npm run binary:babel-frontend && npm run binary:babel-backend && npm run binary:rename-imports", "binary:package": "pkg --no-bytecode --public-packages \"*\" --public --target host .", "binary:babel-backend": " babel ./dist -d ./dist",