Skip to content

Commit

Permalink
👷
Browse files Browse the repository at this point in the history
  • Loading branch information
Platane committed Mar 15, 2024
1 parent 1b03d14 commit 2ca9cd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:

- run: bun install --frozen-lockfile

- run: bun build:app
- run: bunx vite build
working-directory: packages/app-builder

- name: Publish
id: publish
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:

- run: bun install --frozen-lockfile

- run: bun build:app
- run: bunx vite build
working-directory: packages/app-builder

- name: rewrite robot.txt
run: |
Expand Down

2 comments on commit 2ca9cd2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.