File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -351,11 +351,10 @@ MigrationBackup/
351351
352352.DS_Store
353353* .g. *
354- src /wwwroot /is-cache /*
355- src /wwwroot /assets /
356- src /wwwroot /.vite /
357- src /wwwroot /*
358- src /wwwroot /index.html
354+ src /CookTime /wwwroot /is-cache /*
355+ src /CookTime /wwwroot /assets /
356+ src /CookTime /wwwroot /.vite /
357+ src /CookTime /wwwroot /*
359358FoodData_Central_sr_legacy_food_json_2021-10-28.json
360359FoodData_Central_branded_food_json_2021-10-28.json
361360.env.development.local
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
55ROOT_DIR=" $( dirname " $SCRIPT_DIR " ) "
66
77echo " Building frontend..."
8- cd " $ROOT_DIR /src/client-app"
8+ cd " $ROOT_DIR /src/CookTime/ client-app"
99npm ci
1010npm run build
1111
1212echo " Copying frontend to wwwroot..."
13- cp -r build/client/* " $ROOT_DIR /src/wwwroot/"
13+ cp -r build/client/* " $ROOT_DIR /src/CookTime/ wwwroot/"
1414
1515echo " Building backend..."
16- cd " $ROOT_DIR "
16+ cd " $ROOT_DIR /src "
1717dotnet build
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,12 +6,11 @@ ROOT_DIR="$(dirname "$SCRIPT_DIR")"
66OUTPUT_PATH=${1:- " ./publish" }
77
88echo " Building frontend..."
9- cd " $ROOT_DIR /src/client-app"
9+ cd " $ROOT_DIR /src/CookTime/ client-app"
1010npm run build
1111
1212echo " Copying frontend to wwwroot..."
13- cp -r build/client/* " $ROOT_DIR /src/wwwroot/"
14-
13+ cp -r build/client/* " $ROOT_DIR /src/CookTime/wwwroot/"
1514echo " Publishing backend to $OUTPUT_PATH ..."
1615cd " $ROOT_DIR /src"
1716dotnet publish --configuration Release --verbosity normal --output " $OUTPUT_PATH "
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments