[+] Add run scripts

This commit is contained in:
Hykilpikonna
2022-05-10 19:08:35 -04:00
committed by GitHub
parent 37dce52d45
commit 9aac51a98f
+3 -2
View File
@@ -3,8 +3,9 @@
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vue-tsc --noEmit && vite build", "serve": "vite",
"preview": "vite preview" "build": "vue-tsc --noEmit && yarn lint && vite build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
}, },
"dependencies": { "dependencies": {
"element-plus": "^2.1.9", "element-plus": "^2.1.9",