mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: ensure any local .npmrc is never wiped out
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user