Skip to content

Commit

Permalink
chore: Fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Sep 30, 2024
1 parent 40a3170 commit d04d5d6
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 @@ -9,7 +9,7 @@
"build:code": "node esbuild/build.mjs && tsc --emitDeclarationOnly",
"build:clean": "rm -rf lib",
"prepublishOnly": "npm run build",
"test": "jest",
"test": "npm run build && jest",
"typecheck": "tsc --noEmit",
"lint": "lint update && lint",
"lint:fix": "lint update && lint fix",
Expand Down

0 comments on commit d04d5d6

Please sign in to comment.