Skip to content

Commit

Permalink
ci: package에 test 명령어 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ImxYJL committed Jul 23, 2024
1 parent 0feb7b7 commit 437f9eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"dev": "webpack-dev-server --mode=development --open --hot --progress",
"start": "webpack serve --open --config webpack.config.js",
"build": "webpack --config webpack.config.js",
"lint:styles": "stylelint \"src/**/styles.ts\" --fix"
"lint:styles": "stylelint \"src/**/styles.ts\" --fix",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.11.4",
Expand All @@ -18,7 +19,8 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^6.24.1",
"react-router-dom": "^6.24.1"
"react-router-dom": "^6.24.1",
"jest": "^29.7.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
Expand Down

0 comments on commit 437f9eb

Please sign in to comment.