chore: ensure any local .npmrc is never wiped out

This commit is contained in:
Nathan Walker
2021-12-31 09:36:01 -08:00
parent 37bfb0ffe6
commit 089f56d3bc

View File

@@ -3,7 +3,7 @@
"version": "8.1.5",
"license": "MIT",
"scripts": {
"clean": "git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/*",
"clean": "git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/* --exclude=!.npmrc",
"setup": "npm run clean && npm install --legacy-peer-deps",
"setup:yarn": "yarn clean && yarn",
"setup:pnpm": "pnpm run clean && pnpm install",