We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc31a7 commit a15d33eCopy full SHA for a15d33e
pyproject.toml
@@ -58,7 +58,7 @@ installer = "uv"
58
59
[[tool.hatch.build.hooks.build-scripts.scripts]]
60
commands = [
61
- "bun install --production --force --frozen-lockfile --no-save --cwd 'src/js/packages/@reactpy/app'",
+ "bun install --cwd 'src/js/packages/@reactpy/app' --production --frozen-lockfile",
62
"bun build './src/js/packages/@reactpy/app/src/index.ts' --outdir './src/js/packages/@reactpy/app/dist' --minify --sourcemap=linked",
63
# "cd scripts && python copy_js_output.py",
64
]
0 commit comments