Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Commit

Permalink
Vite 빌드 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
blood72 committed Apr 10, 2022
1 parent 79bc872 commit d74e807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
"preview": "vite preview --port 8000"
},
"dependencies": {
"pinia": "^2.0.13",
Expand Down

0 comments on commit d74e807

Please sign in to comment.