File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ docker_build = [
152
152
check = [
153
153
" cd docs && poetry install" ,
154
154
" 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" ,
156
156
]
157
157
158
158
# ###############################
@@ -184,6 +184,7 @@ detached = true
184
184
185
185
[tool .hatch .envs .javascript .scripts ]
186
186
check = [
187
+ ' hatch run javascript:build' ,
187
188
' bun install --cwd "src/js"' ,
188
189
' bun run --cwd "src/js" lint' ,
189
190
' bun run --cwd "src/js/packages/event-to-object" checkTypes' ,
@@ -192,7 +193,7 @@ check = [
192
193
]
193
194
fix = [' bun install --cwd "src/js"' , ' bun run --cwd "src/js" format' ]
194
195
test = [
195
- ' bun install --cwd "src/js" ' ,
196
+ ' hatch run javascript:build_event_to_object ' ,
196
197
' bun run --cwd "src/js/packages/event-to-object" test' ,
197
198
]
198
199
build = [
You can’t perform that action at this time.
0 commit comments