feat(deps): Ajouter l'installation des dépendances Bun
This commit is contained in:
8
.github/workflows/install-deps.yml
vendored
8
.github/workflows/install-deps.yml
vendored
@@ -41,3 +41,11 @@ jobs:
|
||||
|
||||
- name: Install Composer dependencies
|
||||
run: composer install --no-suggest --no-interaction --prefer-dist
|
||||
|
||||
- name: Install Bun dependencies
|
||||
run: |
|
||||
if [ -f "package.json" ]; then
|
||||
bun install
|
||||
else
|
||||
echo "Warning: No package.json found. Skipping Bun install."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user