[+] 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",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
"serve": "vite",
"build": "vue-tsc --noEmit && yarn lint && vite build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"element-plus": "^2.1.9",