Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
toasted-nutbread committed Feb 19, 2024
1 parent a605a2d commit 3037b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test:ts:main": "npx tsc --noEmit --project jsconfig.json",
"test:ts:dev": "npx tsc --noEmit --project dev/jsconfig.json",
"test:ts:test": "npx tsc --noEmit --project test/jsconfig.json",
"test:ts:bench": "npx tsc --noEmit --project bench/jsconfig.json",
"test:ts:bench": "npx tsc --noEmit --project benches/jsconfig.json",
"test:unit": "vitest run",
"test:unit:write": "vitest run --config test/data/vitest.write.config.json",
"test:unit:options": "vitest run --config test/data/vitest.options.config.json",
Expand Down

0 comments on commit 3037b37

Please sign in to comment.