Skip to content

Commit

Permalink
fix: leave tsx out of devDependencies so it doesn't get filtered out …
Browse files Browse the repository at this point in the history
…of Docker image
  • Loading branch information
evanp committed Feb 25, 2025
1 parent 7b71366 commit b29965b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@
"sequelize-auto": "^0.8.8",
"start-server-and-test": "^2.0.3",
"storybook": "^8.2.7",
"ts-node": "^10.9.2",
"tsx": "^4.19.2"
"ts-node": "^10.9.2"
},
"engines": {
"node": ">=20.5.0"
Expand Down

0 comments on commit b29965b

Please sign in to comment.