We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a3170 commit d04d5d6Copy full SHA for d04d5d6
package.json
@@ -9,7 +9,7 @@
9
"build:code": "node esbuild/build.mjs && tsc --emitDeclarationOnly",
10
"build:clean": "rm -rf lib",
11
"prepublishOnly": "npm run build",
12
- "test": "jest",
+ "test": "npm run build && jest",
13
"typecheck": "tsc --noEmit",
14
"lint": "lint update && lint",
15
"lint:fix": "lint update && lint fix",
0 commit comments