Skip to content

Commit

Permalink
fix: test 명령어 환경 변수 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
iyu88 committed Feb 19, 2023
1 parent 1220aa0 commit 17d3b84
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 @@
"start": "react-scripts start",
"start:dev": "env-cmd -f .env.development react-scripts start",
"build": "env-cmd -f .env.production react-scripts build",
"test": "react-scripts test",
"test": "env-cmd -f .env.development react-scripts test",
"eject": "react-scripts eject",
"electron": "electron .",
"electron:dev": "concurrently 'npm run start:dev' 'wait-on http://localhost:3000 && electron .'",
Expand Down

0 comments on commit 17d3b84

Please sign in to comment.