Skip to content

Commit

Permalink
init: 프로젝트 초기설정
Browse files Browse the repository at this point in the history
  • Loading branch information
toothlessdev committed Aug 22, 2024
1 parent 9d6e638 commit 9096b0a
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 @@ -9,7 +9,7 @@
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "jest",
"test:e2e": "tsc && vite build && serve dist -cypress run"
"test:e2e": "tsc && vite build && serve dist -p 5173 && cypress run"
},
"dependencies": {
"@emotion/react": "^11.13.3",
Expand Down

0 comments on commit 9096b0a

Please sign in to comment.