Remove --no-suggest flag in examples

This commit is contained in:
Shivam Mathur
2020-06-19 10:52:35 +05:30
parent 2907f8a584
commit e0ed1ad0ef
21 changed files with 27 additions and 27 deletions

View File

@ -46,7 +46,7 @@ jobs:
- name: Install yarn dependencies
run: yarn -V
- name: Install Composer dependencies
run: composer install -o --prefer-dist --no-interaction
run: composer install --no-progress --prefer-dist --optimize-autoloader
- name: Yarn test and build
run: |
yarn run test