Skip to content

Commit

Permalink
fix: replace tsx with nodemon in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wd-David committed Jul 7, 2022
1 parent b36c475 commit e0d1a03
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 @@ -3,7 +3,7 @@
"version": "0.1.1",
"scripts": {
"prepare": "husky install",
"dev": "tsx watch src",
"dev": "nodemon",
"build": "rm -rf build && node esbuild.js",
"format": "prettier --write src",
"lint": "prettier --check src && eslint --ignore-path .gitignore .",
Expand Down

0 comments on commit e0d1a03

Please sign in to comment.