Skip to content

Commit

Permalink
test: add scripts to watch TypeScript and node --test
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Nov 20, 2024
1 parent 87e8a06 commit 17cd680
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"test:eslint": "eslint --cache .",
"test:typescript": "tsc",
"test:node": "node --test",
"test": "npm-run-all --aggregate-output --print-label --parallel test:*"
"test": "npm-run-all --aggregate-output --print-label --parallel test:*",
"watch:test:typescript": "tsc --watch --project ./tsconfig.dev.json",
"watch:test:node": "npm run test:node -- --watch"
},
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 17cd680

Please sign in to comment.