Skip to content

Commit

Permalink
chore: run type checks with vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Dec 7, 2023
1 parent dae3bbe commit 527393d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@
"minify": "terser -c -m -- umd/sanityClient.js > umd/sanityClient.min.js",
"prepublishOnly": "npm run build",
"rollup": "NODE_ENV=production rollup -c rollup.config.cjs",
"test": "vitest",
"type-check": "tsc --noEmit",
"test": "vitest --typecheck",
"test:browser": "npm test -- --config ./vitest.browser.config.ts",
"test:bun": "bun test runtimes/bun",
"test:deno": "deno test --allow-read --allow-net --allow-env --fail-fast --import-map=runtimes/deno/import_map.json runtimes/deno",
Expand Down

0 comments on commit 527393d

Please sign in to comment.