mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-17 21:12:20 +01:00
Only do classmap-authoritative on release
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
7e0012a63f
commit
841202de22
3 changed files with 2 additions and 3 deletions
2
.github/workflows/appstore-build-publish.yml
vendored
2
.github/workflows/appstore-build-publish.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -25,7 +25,7 @@ composer-install-dev:
|
|||
composer install
|
||||
|
||||
composer-install-production:
|
||||
composer install --no-dev
|
||||
composer install --no-dev --classmap-authoritative
|
||||
|
||||
build-js:
|
||||
npm run dev
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
"bamarni/composer-bin-plugin": true
|
||||
},
|
||||
"autoloader-suffix": "Talk",
|
||||
"classmap-authoritative": true,
|
||||
"optimize-autoloader": true,
|
||||
"platform": {
|
||||
"php": "8.0"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue