Skip to content

Commit 17d3b84

Browse files
committed
fix: test 명령어 환경 변수 수정
1 parent 1220aa0 commit 17d3b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start": "react-scripts start",
1111
"start:dev": "env-cmd -f .env.development react-scripts start",
1212
"build": "env-cmd -f .env.production react-scripts build",
13-
"test": "react-scripts test",
13+
"test": "env-cmd -f .env.development react-scripts test",
1414
"eject": "react-scripts eject",
1515
"electron": "electron .",
1616
"electron:dev": "concurrently 'npm run start:dev' 'wait-on http://localhost:3000 && electron .'",

0 commit comments

Comments
 (0)