Skip to content

Commit

Permalink
Merge pull request #11 from LibreCodeCoop/bugfix/make-possible-build-…
Browse files Browse the repository at this point in the history
…without-npm

Make possible build without npm
  • Loading branch information
vitormattos authored Aug 30, 2023
2 parents 0661f18 + 2c41d65 commit bb49c72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/appstore-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
cd ${{ env.APP_NAME }}
composer install --no-dev
- name: Build ${{ env.APP_NAME }}
run: |
cd ${{ env.APP_NAME }}
make appstore
- name: Check Krankerl config
id: krankerl
uses: andstor/file-existence-action@20b4d2e596410855db8f9ca21e96fbe18e12930b # v2
Expand Down

0 comments on commit bb49c72

Please sign in to comment.