Skip to content

Commit d04d5d6

Browse files
committed
chore: Fix test command
1 parent 40a3170 commit d04d5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build:code": "node esbuild/build.mjs && tsc --emitDeclarationOnly",
1010
"build:clean": "rm -rf lib",
1111
"prepublishOnly": "npm run build",
12-
"test": "jest",
12+
"test": "npm run build && jest",
1313
"typecheck": "tsc --noEmit",
1414
"lint": "lint update && lint",
1515
"lint:fix": "lint update && lint fix",

0 commit comments

Comments
 (0)