mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 18:29:35 +08:00
add npm install script for npm7
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user