Skip to content

Commit

Permalink
build: fix cyclic ui/browser builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Apr 12, 2024
1 parent 67fe949 commit a03c2ce
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 @@ -11,7 +11,7 @@
"scripts": {
"ci": "ni && nr typecheck && nr lint && nr build && nr test:all",
"ci:docs": "pnpm run build && pnpm run docs:build",
"build": "pnpm -r --filter='./packages/**' run build",
"build": "pnpm -r --filter @vitest/ui --filter='./packages/**' run build",
"dev": "NODE_OPTIONS=\"--max-old-space-size=8192\" pnpm -r --parallel --filter='./packages/**' run dev",
"docs": "pnpm -C docs run dev",
"docs:build": "pnpm -C docs run build",
Expand Down

0 comments on commit a03c2ce

Please sign in to comment.