Skip to content

Commit

Permalink
compile before test
Browse files Browse the repository at this point in the history
  • Loading branch information
DHedgecock committed Dec 16, 2024
1 parent 8e492f1 commit 1dea5d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"test": "pnpm run test:lint && pnpm run test:types && pnpm run test:unit",
"test:lint": "eslint --format=pretty .",
"test:types": "tsc",
"pretest:unit": "pnpm run compile",
"test:unit": "vitest run",
"test:update-snapshots": "vitest run --update",
"test:watch": "vitest",
Expand Down

0 comments on commit 1dea5d3

Please sign in to comment.