File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ docker_build = [
152152check = [
153153 " cd docs && poetry install" ,
154154 " cd docs && poetry run sphinx-build -a -T -W --keep-going -b doctest source build" ,
155- " cd docs && docker build . --file docs/ Dockerfile" ,
155+ " cd docs && docker build . --file Dockerfile" ,
156156]
157157
158158# ###############################
@@ -184,6 +184,7 @@ detached = true
184184
185185[tool .hatch .envs .javascript .scripts ]
186186check = [
187+ ' hatch run javascript:build' ,
187188 ' bun install --cwd "src/js"' ,
188189 ' bun run --cwd "src/js" lint' ,
189190 ' bun run --cwd "src/js/packages/event-to-object" checkTypes' ,
@@ -192,7 +193,7 @@ check = [
192193]
193194fix = [' bun install --cwd "src/js"' , ' bun run --cwd "src/js" format' ]
194195test = [
195- ' bun install --cwd "src/js" ' ,
196+ ' hatch run javascript:build_event_to_object ' ,
196197 ' bun run --cwd "src/js/packages/event-to-object" test' ,
197198]
198199build = [
You can’t perform that action at this time.
0 commit comments