mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
feat(build): add no-dev option (#1543)
This commit is contained in:
parent
ef8fa441fc
commit
6131e6c656
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Install PHP dependencies
|
||||
uses: ramsey/composer-install@v2
|
||||
with:
|
||||
composer-options: --prefer-dist
|
||||
composer-options: "--prefer-dist --no-dev"
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue