Skip to content

Commit 27896b4

Browse files
committed
Fix | Installation de NPX & Cross-env
1 parent 9d485f1 commit 27896b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.assets/theme_billing.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ echo ""
7171
cd /var/www/pterodactyl
7272

7373
## Installation cross-env
74-
# echo "${BOLD}Installation de 'cross-env' via yarn...${RESET}"
75-
# yarn add cross-env > /dev/null 2>&1
74+
echo "${BOLD}Installation de 'cross-env' via yarn...${RESET}"
75+
yarn add cross-env > /dev/null 2>&1
7676

7777
## NPX Installation
78-
# echo "${BOLD}Mise à jour de NPX...${RESET}"
79-
# npx update-browserslist-db@latest > /dev/null 2>&1
78+
echo "${BOLD}Mise à jour de NPX...${RESET}"
79+
npx update-browserslist-db@latest > /dev/null 2>&1
8080

8181
### APPLIQUER ###
8282

0 commit comments

Comments
 (0)