Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Jun 17, 2024
1 parent 305eb5e commit ecdd486
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@ jobs:
- name: Install Poetry
run: pipx install poetry==${{ env.POETRY_VERSION }}

- name: Set up Node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc

- name: Enable Yarn
run: corepack enable

- name: Install Node.js dependencies
run: yarn

- name: Build frontend
run: yarn build

- name: Build package
run: poetry build

Expand Down

0 comments on commit ecdd486

Please sign in to comment.