Skip to content

Commit

Permalink
chore: update ci script in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NewByVector committed Dec 1, 2023
1 parent edfefe2 commit 5ce0ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN eval $(fnm env) \
&& pnpm run bootstrap

RUN eval $(fnm env) \
&& pnpm run ci:javascript \
&& pnpm run ci:python
&& pnpm run ci:check:javascript \
&& pnpm run ci:check:python

ENTRYPOINT [ "/bin/bash" ]

0 comments on commit 5ce0ae2

Please sign in to comment.