Skip to content

Commit

Permalink
chore: build 모드 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeHongDev committed Jul 2, 2024
1 parent 9e6baf0 commit 3777a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "npm run tailwind:prod && npm run cp:security && vite",
"build": "tsc && vite build",
"dev": "npm run tailwind:dev && npm run cp:security && vite",
"build": "npm run tailwind:prod tsc && vite build --mode prod",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"tailwind:dev": "npx tailwindcss -i ./src/index.css -o ./src/output.css --watch",
Expand Down

0 comments on commit 3777a69

Please sign in to comment.