Skip to content

Commit

Permalink
build: add test-core and test-core-watch scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jan 18, 2025
1 parent 42e6d25 commit 867ef4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"clean-dist": "TURBO_TELEMETRY_DISABLED=1 turbo run clean-dist",
"clean-root": "rm -rf .turbo coverage node_modules",
"test": "TURBO_TELEMETRY_DISABLED=1 turbo run test",
"test-core": "pnpm --filter core test -- --coverage",
"test-core-watch": "pnpm --filter core test -- --coverage --watch",
"typecheck": "TURBO_TELEMETRY_DISABLED=1 turbo run typecheck",
"validate": "pnpm run lint && pnpm run typecheck",
"format": "prettier --write .",
Expand Down

0 comments on commit 867ef4d

Please sign in to comment.