Skip to content

Commit 1f37f0f

Browse files
Dev update.
1 parent 9e00460 commit 1f37f0f

File tree

2 files changed

+228
-1
lines changed

2 files changed

+228
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@
4343
"build:types": "cpy \"src/**/*.d.ts\" dist/types --parents && tsc -p tsconfig.types.json",
4444
"build:esm": "rollup -c rollup.config.js",
4545
"build:cjs": "tsc -p tsconfig.cjs.json",
46-
"build": "pnpm clean && pnpm build:types && pnpm build:esm && pnpm build:cjs",
46+
"build": "pnpm clean && pnpm build:types && pnpm build:esm && pnpm build:cjs && pnpm typecheck:tests",
4747
"test": "vitest run",
4848
"typecheck": "tsc --noEmit",
49+
"typecheck:tests": "tsc -p tests/tsconfig.json --noEmit",
4950
"lint": "eslint src/**/*.ts",
5051
"docs": "rimraf docs && typedoc --options typedoc.json --readme none",
5152
"bump": "pnpm run precommit && pnpm version patch",
@@ -66,6 +67,7 @@
6667
"@eslint/js": "^9.34.0",
6768
"@rollup/plugin-typescript": "^12.1.4",
6869
"@types/node": "^24.3.0",
70+
"@vitest/coverage-v8": "^3.2.4",
6971
"cpy-cli": "^6.0.0",
7072
"eslint": "^9.34.0",
7173
"rimraf": "^6.0.1",

0 commit comments

Comments
 (0)