Skip to content

Commit

Permalink
ci: create .pylon folder
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn authored Jun 6, 2024
1 parent 035f331 commit 7ba1a79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ COPY . .

# [optional] tests & build
ENV NODE_ENV=production

# Create .pylon folder (mkdir)
RUN mkdir -p .pylon
# RUN bun test
RUN bun run pylon build

Expand Down

0 comments on commit 7ba1a79

Please sign in to comment.