Skip to content

Commit a15d33e

Browse files
committed
clean up install cmd
1 parent ecc31a7 commit a15d33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ installer = "uv"
5858

5959
[[tool.hatch.build.hooks.build-scripts.scripts]]
6060
commands = [
61-
"bun install --production --force --frozen-lockfile --no-save --cwd 'src/js/packages/@reactpy/app'",
61+
"bun install --cwd 'src/js/packages/@reactpy/app' --production --frozen-lockfile",
6262
"bun build './src/js/packages/@reactpy/app/src/index.ts' --outdir './src/js/packages/@reactpy/app/dist' --minify --sourcemap=linked",
6363
# "cd scripts && python copy_js_output.py",
6464
]

0 commit comments

Comments
 (0)