ci: Block execution of npm install (no-changelog) (#4662)

ci: block execution of `npm install` (no-changelog)
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2022-11-21 12:53:11 +01:00
committed by GitHub
parent 60746dc92e
commit 6b52e4b111
2 changed files with 13 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
},
"packageManager": "pnpm@7.14.2",
"scripts": {
"preinstall": "node scripts/block-npm-install.js",
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"clean": "turbo run clean --parallel",