Skip to content

Commit 9039795

Browse files
committed
Update hatch for new test config
1 parent 617ef91 commit 9039795

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,7 @@ check = [
182182
'bun run --cwd "src/js/packages/@reactpy/app" checkTypes',
183183
]
184184
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-
]
185+
test = ['hatch run javascript:build_event_to_object', 'bun test']
189186
build = [
190187
'hatch run "src/build_scripts/clean_js_dir.py"',
191188
'bun install --cwd "src/js"',

0 commit comments

Comments
 (0)