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 617ef91 commit 9039795Copy full SHA for 9039795
pyproject.toml
@@ -182,10 +182,7 @@ check = [
182
'bun run --cwd "src/js/packages/@reactpy/app" checkTypes',
183
]
184
fix = ['bun install --cwd "src/js"', 'bun run --cwd "src/js" format']
185
-test = [
186
- 'hatch run javascript:build_event_to_object',
187
- 'bun run --cwd "src/js/packages/event-to-object" test',
188
-]
+test = ['hatch run javascript:build_event_to_object', 'bun test']
189
build = [
190
'hatch run "src/build_scripts/clean_js_dir.py"',
191
'bun install --cwd "src/js"',
0 commit comments