Skip to content

Commit

Permalink
dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Su Yeon Lee authored and Su Yeon Lee committed Jul 8, 2024
1 parent 55fd8ac commit 6321496
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 @@ -21,7 +21,7 @@
"prettier-check": "prettier --check .",
"format": "prettier --write .",
"test": "cd server && yarn test",
"heroku-postbuild": "cd client && yarn install && cd ../server && yarn install --production=false && yarn dev"
"heroku-postbuild": "cd client && yarn install && cd ../server && yarn install --production=false && cd .. && yarn dev"
},
"dependencies": {
"@emotion/react": "^11.7.1",
Expand Down

0 comments on commit 6321496

Please sign in to comment.