Skip to content

Commit 8919ff6

Browse files
committed
Fix the publishing!
1 parent f410eb5 commit 8919ff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ npm run build
1212
echo "Copying frontend to wwwroot..."
1313
cp -r build/client/* "$ROOT_DIR/src/CookTime/wwwroot/"
1414
echo "Publishing backend to $OUTPUT_PATH..."
15-
cd "$ROOT_DIR/src"
15+
cd "$ROOT_DIR/src/CookTime"
1616
dotnet publish --configuration Release --verbosity normal --output "$OUTPUT_PATH"

0 commit comments

Comments
 (0)