File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,18 @@ unzip enigma-v39.zip app net public ressources nullforums.yml tailwind.config.js
5353
5454# ######################################### BUILD ########################################################
5555
56- # ## APPLIQUER ###
57-
58- cd /var/www/pterodactyl && php artisan view:clear && php artisan config:clear && chown -R www-data:www-data /var/www/pterodactyl/*
56+ cd /var/www/pterodactyl
5957
6058# # Installation cross-env
6159yarn add cross-env
6260
61+ # # NPX Installation
62+ npx update-browserslist-db@latest
63+
64+ # ## APPLIQUER ###
65+
66+ cd /var/www/pterodactyl && php artisan view:clear && php artisan config:clear && chown -R www-data:www-data /var/www/pterodactyl/*
67+
6368# ## BUILD ###
6469
6570yarn build:production
You can’t perform that action at this time.
0 commit comments