add npm install script for npm7

pull/391/head^2
LouisLam 3 years ago
parent 2ed8f12dc0
commit 400fc13cf2

823
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -10,6 +10,8 @@
"node": "14.*"
},
"scripts": {
"install-legacy-peer-deps": "npm install --legacy-peer-deps",
"update-legacy-peer-deps": "npm update --legacy-peer-deps",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint:style": "stylelint \"**/*.{vue,css,scss}\" --ignore-path .gitignore",
"lint": "npm run lint:js && npm run lint:style",

Loading…
Cancel
Save