summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-02-17 12:04:33 +0100
committerJoas Schilling <coding@schilljs.com>2023-02-17 12:04:33 +0100
commit841202de22c257e4e365d480c0b8ebd398ba5c71 (patch)
tree5c3fb1bde5028802a4b6a904dcc924073ccd5307 /.github
parent7e0012a63f0957c2ef3528c373cab7d959dd9a9a (diff)
Only do classmap-authoritative on release
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/appstore-build-publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/appstore-build-publish.yml b/.github/workflows/appstore-build-publish.yml
index 90453eb0c..6a51e7eaa 100644
--- a/.github/workflows/appstore-build-publish.yml
+++ b/.github/workflows/appstore-build-publish.yml
@@ -83,7 +83,7 @@ jobs:
if: steps.check_composer.outputs.files_exists == 'true'
run: |
cd ${{ env.APP_NAME }}
- composer install --no-dev
+ composer install --no-dev --classmap-authoritative
- name: Build ${{ env.APP_NAME }}
# Skip if no package.json