Skip to content

Commit

Permalink
Merge pull request #91 from YAPP-Github/dev
Browse files Browse the repository at this point in the history
Chore: fix build command
  • Loading branch information
choisohyun authored Jun 19, 2022
2 parents bbf13b9 + da5e83f commit 378c4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "vite",
"build-watch": "tsc && vite build --watch",
"preview": "vite preview",
"build": "tsc && vite build"
"build": "vite build"
},
"dependencies": {
"@types/styled-components": "^5.1.25",
Expand Down

0 comments on commit 378c4ec

Please sign in to comment.