Skip to content

Commit add164c

Browse files
committed
build(napi/oxlint): test script run tsc (#12565)
`pnpm test` in `napi/oxlint2` run `tsc`.
1 parent e7cdf72 commit add164c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

napi/oxlint2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build-napi-test": "pnpm run build-napi --profile coverage --features force_test_reporter",
1212
"build-napi-release": "pnpm run build-napi --release",
1313
"build-js": "node scripts/build.js",
14-
"test": "vitest"
14+
"test": "tsc && vitest"
1515
},
1616
"engines": {
1717
"node": ">=20.0.0"

0 commit comments

Comments
 (0)