Browse Source

add npm install script for npm7

pull/391/head^2
LouisLam 3 years ago
parent
commit
400fc13cf2
  1. 823
      package-lock.json
  2. 2
      package.json

823
package-lock.json

File diff suppressed because it is too large

2
package.json

@ -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