Skip to content

Commit 68150a8

Browse files
committed
Bring back test:types
1 parent b9dcb8f commit 68150a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"lint:published-types": "pnpm pack; attw; rm *.tgz",
3535
"start": "vite build --watch",
3636
"test": "cd tests && pnpm test",
37+
"test:types": "tsc --noEmit --emitDeclarationOnly false",
3738
"prepack": "pnpm build"
3839
},
3940
"devDependencies": {

0 commit comments

Comments
 (0)