Skip to content

Commit

Permalink
Add nodemon codewatcher to json files on locales
Browse files Browse the repository at this point in the history
  • Loading branch information
dBianchii committed Apr 9, 2024
1 parent ba52bfd commit f3351d3
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 18 deletions.
2 changes: 2 additions & 0 deletions packages/locales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"./lang": "./src/lang.ts"
},
"scripts": {
"dev": "nodemon --watch ./src/lang --ext json --exec \"pnpm run generate\"",
"clean": "rm -rf .turbo node_modules",
"format": "prettier --check . '!src/generated/**' --ignore-path ../../.gitignore",
"lint": "eslint .",
Expand All @@ -29,6 +30,7 @@
"@acme/prettier-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"eslint": "8.57.0",
"nodemon": "^3.1.0",
"tsx": "4.7.1",
"typescript": "5.3.3"
},
Expand Down
94 changes: 76 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f3351d3

Please sign in to comment.