Skip to content

Commit

Permalink
build editor package before copying
Browse files Browse the repository at this point in the history
  • Loading branch information
will2hew committed Jul 6, 2024
1 parent 00d8871 commit fc717b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "*.*.*"

jobs:
docker:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -25,6 +25,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build editor package
run: pnpm nx run @docmost/editor-ext:build

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down

0 comments on commit fc717b3

Please sign in to comment.