Configure packageManager field to enable corepack compatability (#7534)

This commit is contained in:
Mats Jun Larsen
2025-04-15 13:10:18 +09:00
committed by GitHub
parent 6801d7b9a9
commit 5e2937fdf9

View File

@@ -160,5 +160,6 @@
"ts-check": "tsc -p ./tsconfig.backend.json --noEmit && tsc -p ./tsconfig.frontend.json --noEmit && tsc -p ./tsconfig.tests.json --noEmit",
"webpack": "node --no-warnings=ExperimentalWarning --import=tsx ./node_modules/webpack-cli/bin/cli.js --node-env=production --config webpack.config.esm.ts"
},
"license": "BSD-2-Clause"
"license": "BSD-2-Clause",
"packageManager": "npm@11.2.0"
}