Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiac committed Jul 9, 2024
1 parent 471a2bc commit f7281e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepublishOnly": "pnpm run build && pnpm run test",
"test": "pnpm test:ts&& pnpm test:node --run && pnpm test:browser --run",
"test": "pnpm test:ts && pnpm test:node --run && pnpm test:browser --run",
"test:browser": "vitest --config ./cfg/vitest.browser.config.ts",
"test:node": "vitest --config ./cfg/vitest.config.ts",
"test:ts": "tsc --project ./cfg/tsconfig.test.json",
Expand Down

0 comments on commit f7281e2

Please sign in to comment.