[F] Fix yarn build

This commit is contained in:
Hykilpikonna
2022-05-10 01:35:07 -04:00
parent ac917575bd
commit 68fc60c30f
11 changed files with 18 additions and 6 deletions
+1
View File
@@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"serve": "vite",
"build": "vue-tsc --noEmit && yarn lint && vite build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"