Skip to content

Commit

Permalink
chore: add watch:test:node npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Nov 6, 2024
1 parent e907f82 commit 458f706
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 @@ -25,7 +25,8 @@
"test:typescript": "tsc --project ./tsconfig.dev.json",
"test:node": "node --test",
"test": "npm-run-all --aggregate-output --print-label --parallel test:*",
"watch:typescript": "tsc --watch --project ./tsconfig.dev.json",
"watch:test:typescript": "tsc --watch --project ./tsconfig.dev.json",
"watch:test:node": "npm run test:node -- --watch",
"prepare": "husky || true",
"prepack": "npm run build"
},
Expand Down

0 comments on commit 458f706

Please sign in to comment.