Skip to content

Commit 838c666

Browse files
committed
update
1 parent 4d61159 commit 838c666

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.assets/theme_stellar.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ fi
1919

2020
######################################### MENU ###########################################################
2121

22-
#!/bin/bash
23-
2422
# Fonction pour le choix 1
2523
choice_one() {
2624
# Télécharger le fichier ZIP
@@ -41,6 +39,9 @@ choice_one() {
4139
# Installer react-feather via Yarn
4240
yarn add react-feather
4341

42+
# Installer cross-env via Yarn
43+
yarn add cross-env
44+
4445
# Exécuter les migrations
4546
php artisan migrate
4647

0 commit comments

Comments
 (0)