Skip to content

Commit

Permalink
add build step before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Jan 29, 2024
1 parent c1f00fd commit 80ddcaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
"dev:gh-login": "pnpm -r --parallel --filter \"@refina/example-gh-login...\" run dev",
"dev:docs": "pnpm -r --parallel --filter \"@refina/docs...\" run dev",
"dev:vite-plugin": "pnpm -r --parallel --filter \"vite-plugin-refina...\" run dev",
"test": "vitest --coverage",
"test": "pnpm run build:tests && vitest --coverage",
"coverage": "vitest run --coverage",
"build": "pnpm -r run build",
"build:docs": "pnpm -r --filter \"@refina/docs...\" run build",
"build:tests": "pnpm -r --filter \"@refina/tests...\" run build",
"check": "pnpm -r --parallel run check",
"format": "prettier --write .",
"prepare": "husky install",
Expand Down

0 comments on commit 80ddcaa

Please sign in to comment.