Skip to content

Commit

Permalink
ci install dependency and run build
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Jun 10, 2024
1 parent 651ff2a commit 8621100
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/buildAndRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
# cache: 'npm'
- name: Get Directory structure
working-directory: ./app
run: yarn run build
run: |
yarn install
yarn run build
# - name: Run Build
# run: |
# git config user.name 'Github Actions'
Expand Down

0 comments on commit 8621100

Please sign in to comment.