Skip to content

Commit

Permalink
chore: update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-ebey committed May 10, 2024
1 parent 28ce229 commit 27337b0
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 @@ -2,7 +2,7 @@
"name": "@remix-run/react-router",
"private": true,
"scripts": {
"build": "rollup -c",
"build": "rollup -c && pnpm build:rsc",
"build:rsc": "esbuild --bundle --format=cjs --tree-shaking=true --external:turbo-stream --external:react packages/react-router/rsc.ts --outfile=packages/react-router/dist/rsc.js",
"clean": "git clean -fdX .",
"clean:build": "git clean -fdx -e node_modules .",
Expand Down

0 comments on commit 27337b0

Please sign in to comment.