Skip to content

Commit

Permalink
put build step back
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed May 24, 2024
1 parent d3db90d commit b408acc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
node-version: ${{ inputs.node-version }}
install-args: --production=false

- name: 🏗️ Build App
run: yarn build

# https://mikefarah.gitbook.io/yq/
- name: 🖊️ Configure App Deployment
uses: mikefarah/yq@master
Expand Down

0 comments on commit b408acc

Please sign in to comment.