Commit ad547d0b authored by 白舜's avatar 白舜 🎱

fix cli command

parent 8b7c482f
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"build": "vite build", "build": "vite build",
"preview": "vite preview", "preview": "vite preview",
"lint": "eslint --ext .js,vue --ignore-pattern '!.*ignore' .", "lint": "eslint --ext .js,vue --ignore-pattern '!.*ignore' .",
"lint:fix": "eslint --fix && prettier --config .prettierrc --write --write ." "lint:fix": "eslint --fix && prettier --config .prettierrc --write ."
}, },
"dependencies": { "dependencies": {
"@element-plus/icons-vue": "^2.0.10", "@element-plus/icons-vue": "^2.0.10",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment