chore: legacy-peer-deps wont work with non npm

This commit is contained in:
Martin Guillon
2021-04-16 15:13:34 +02:00
parent b377860fc7
commit d28db38341

View File

@ -32,7 +32,7 @@
"npm_alias":"npm"
},
"scripts": {
"clean": "npx rimraf -- node_modules package-lock.json && $npm_package_config_npm_alias i --ignore-scripts --legacy-peer-deps",
"clean": "npx rimraf -- node_modules package-lock.json && $npm_package_config_npm_alias i --ignore-scripts",
"tsc": "tsc",
"postinstall": "node postinstall.js",
"preuninstall": "node preuninstall.js",