Skip to content

Commit

Permalink
chore: 복사 스크립트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeHongDev committed Jul 5, 2024
1 parent 5634551 commit 54e2bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview",
"tailwind:dev": "npx tailwindcss -i ./src/index.css -o ./src/output.css --watch",
"tailwind:prod": "npx tailwindcss -i ./src/index.css -o ./src/output.css",
"cp:security": "cp -R secret/frontend/ ."
"cp:security": "cp -R secret/frontend/.env* ."
},
"dependencies": {
"@nextui-org/react": "^2.4.1",
Expand Down

0 comments on commit 54e2bf7

Please sign in to comment.