Skip to content

Commit 288dde5

Browse files
committed
attempt some CI fixes
1 parent 77f41d3 commit 288dde5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ docker_build = [
152152
check = [
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]
186186
check = [
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
]
193194
fix = ['bun install --cwd "src/js"', 'bun run --cwd "src/js" format']
194195
test = [
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
]
198199
build = [

0 commit comments

Comments
 (0)