Skip to content

Commit

Permalink
Cleanup package (#108)
Browse files Browse the repository at this point in the history
* Cleanup, updates and packaging

* OK, just 8.1

* Is it suggestions that is fucking me over?
  • Loading branch information
annejan authored Jun 12, 2022
1 parent 537afc1 commit 8640b28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
with:
php-version: 8.1
- name: Composer install (for indexing of vendor blade classes)
env:
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.REPO_READ_ONLY_TOKEN }}"}}'
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --no-dev
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist --no-dev
- name: Run build task
run: yarn build
- name: Clean build
Expand Down

0 comments on commit 8640b28

Please sign in to comment.