chore: npm 7 compat

This commit is contained in:
Nathan Walker
2021-04-12 09:54:30 -07:00
parent 53c8f673f7
commit 17a7019085
6 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
"license": "MIT",
"scripts": {
"clean": "git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/*",
"setup": "npm run clean && npm install",
"setup": "npm run clean && npm install --legacy-peer-deps",
"setup:yarn": "yarn run clean && yarn",
"setup:pnpm": "pnpm run clean && pnpm install",
"postinstall": "ts-patch install && husky install && nx run core:setup",