chore: remove preinstall script (#59910)

This commit is contained in:
Mrugesh Mohapatra
2025-04-23 12:44:38 +05:30
committed by GitHub
parent cfe2025d18
commit 575445fb55
-1
View File
@@ -19,7 +19,6 @@
"author": "freeCodeCamp <team@freecodecamp.org>", "author": "freeCodeCamp <team@freecodecamp.org>",
"main": "none", "main": "none",
"scripts": { "scripts": {
"preinstall": "npx -y only-allow pnpm",
"audit-challenges": "pnpm run create:shared && tsx tools/challenge-auditor/index.ts", "audit-challenges": "pnpm run create:shared && tsx tools/challenge-auditor/index.ts",
"analyze-bundle": "webpack-bundle-analyzer", "analyze-bundle": "webpack-bundle-analyzer",
"prebuild": "npm-run-all create:shared", "prebuild": "npm-run-all create:shared",