Skip to content

Commit be7e5b4

Browse files
committed
Update installer scripts
1 parent ced0b17 commit be7e5b4

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

scripts/direct/install.bat

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
@REM First installation of apps
2-
3-
@REM ~~~~~~~~ Laravel App ~~~~~~~~
4-
5-
@REM go to backend folder
6-
cd ../../
7-
81
@REM install PHP packges
92
CALL composer install
103

@@ -18,5 +11,4 @@ CALL php artisan storage:link
1811
CALL npm i -s
1912

2013
@REM run build scripts
21-
CALL npm run build
22-
CALL npm run prod
14+
CALL npm run vite:build

scripts/direct/install.sh

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# First installation of apps
2-
3-
# ~~~~~~~~ Laravel App ~~~~~~~~
4-
5-
# go to backend folder
6-
cd ../../
7-
81
# install PHP packges
92
composer install
103

@@ -18,5 +11,4 @@ php artisan storage:link
1811
npm i -s
1912

2013
# run build script
21-
npm run build
22-
npm run prod
14+
npm run vite:build

0 commit comments

Comments
 (0)