mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
add npm install script for npm7
This commit is contained in:
parent
2ed8f12dc0
commit
400fc13cf2
2 changed files with 812 additions and 13 deletions
823
package-lock.json
generated
823
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -10,6 +10,8 @@
|
||||||
"node": "14.*"
|
"node": "14.*"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"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:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
|
||||||
"lint:style": "stylelint \"**/*.{vue,css,scss}\" --ignore-path .gitignore",
|
"lint:style": "stylelint \"**/*.{vue,css,scss}\" --ignore-path .gitignore",
|
||||||
"lint": "npm run lint:js && npm run lint:style",
|
"lint": "npm run lint:js && npm run lint:style",
|
||||||
|
|
Loading…
Reference in a new issue