Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #383 from grafbase/reconfigure-build-order-to-lite…
Browse files Browse the repository at this point in the history
…-has-access-to-workers

reconfigure build order
  • Loading branch information
jonathanawesome authored Sep 2, 2024
2 parents 13a4d0a + fe1e564 commit ff70a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build:workers": "ts-node ./workers/build-workers.js",
"build:full": "pnpm run build:workers && vite build",
"build:lite": "vite build --config vite.lite.config.ts",
"build": "pnpm run build:lite && pnpm run build:full",
"build": "pnpm run build:full && pnpm run build:lite",
"lint": "eslint .",
"test:once": "vitest run --config vite.config.ts",
"test:watch": "vitest",
Expand Down

0 comments on commit ff70a29

Please sign in to comment.