Skip to content

Commit

Permalink
test-only-tasks (#45)
Browse files Browse the repository at this point in the history
create tasks for test-only

resolves #43
  • Loading branch information
wydengyre authored Jan 29, 2024
1 parent b874a55 commit c2bccae
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 @@ -15,7 +15,9 @@
"lint": "biome check --apply cf lib tools",
"test": "npm run test-lib && npm run test-cf",
"test-cf": "tsx --tsconfig ./cf/tsconfig.json --env-file=cf/.dev.vars --test 'cf/**/*.test.ts'",
"test-cf-only": "tsx --tsconfig ./cf/tsconfig.json --env-file=cf/.dev.vars --test --test-only 'cf/**/*.test.ts'",
"test-lib": "tsx --tsconfig ./lib/tsconfig.json --test 'lib/**/*.test.ts'",
"test-lib-only": "tsx --tsconfig ./lib/tsconfig.json --test --test-only 'lib/**/*.test.ts'",
"typecheck": "concurrently \"npm run typecheck-lib\" \"npm run typecheck-cf\" \"npm run typecheck-tools\"",
"//": "the output from typecheck can be hard to read, so we run them serially to make it easier",
"typecheck-serial": "npm run typecheck-lib && npm run typecheck-cf && npm run typecheck-tools",
Expand Down

0 comments on commit c2bccae

Please sign in to comment.