We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f410eb5 commit 8919ff6Copy full SHA for 8919ff6
1 file changed
scripts/publish
@@ -12,5 +12,5 @@ npm run build
12
echo "Copying frontend to wwwroot..."
13
cp -r build/client/* "$ROOT_DIR/src/CookTime/wwwroot/"
14
echo "Publishing backend to $OUTPUT_PATH..."
15
-cd "$ROOT_DIR/src"
+cd "$ROOT_DIR/src/CookTime"
16
dotnet publish --configuration Release --verbosity normal --output "$OUTPUT_PATH"
0 commit comments