Skip to content

Commit

Permalink
fix : env-cmd 의존성 추가 (Kernel360#64)
Browse files Browse the repository at this point in the history
* fix : 자동 배포 로직 수정

* fix : env-cmd 의존성 추가
  • Loading branch information
kkkapuq authored Jan 19, 2024
1 parent a06c317 commit b245b65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
"postcss": "^8",
"prettier": "^3.1.0",
"tailwindcss": "^3.3.0",
"ts-node": "^10.9.2"
"ts-node": "^10.9.2",
"env-cmd": "^10.1.0"
},
"lint-staged": {
"*.{ts,tsx}": [
Expand Down

0 comments on commit b245b65

Please sign in to comment.