From 2c41d6550fefc3bc2bd55fb9616ae4c48d7b19ca Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Tue, 29 Aug 2023 21:23:57 -0300 Subject: [PATCH] Make possible build without npm Signed-off-by: Vitor Mattos --- .github/workflows/appstore-build-publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/appstore-build-publish.yml b/.github/workflows/appstore-build-publish.yml index c6214d4..e7fa29b 100644 --- a/.github/workflows/appstore-build-publish.yml +++ b/.github/workflows/appstore-build-publish.yml @@ -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