Skip to content

Commit

Permalink
chore(pkg): allow unit test watch and reload
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Sep 27, 2024
1 parent e0082cf commit 9afe17a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"watch:assets": "NODE_ENV=development vite build --clearScreen false --watch",
"watch:ejs": "CHOKIDAR_USEPOLLING=true copy-and-watch --clean --watch \"src/views/**/*.ejs\" src/views/*.ejs build/views/",
"watch:js": "tsc --watch --preserveWatchOutput",
"watch:test:unit": "npm run test:unit -- --watch --watch-files src/**/*.ts,test/**/*.ts",
"watch:node": "tsx --watch src/index.ts"
},
"prettier": {
Expand Down

0 comments on commit 9afe17a

Please sign in to comment.