Skip to content

Commit a1aba46

Browse files
authored
chore: update build-gh-pages script
1 parent 77a4723 commit a1aba46

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

live/bin/build-gh-pages

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ do
1616
npm run build
1717
mkdir -p ../../live/build/${PROJECT}
1818

19-
if [ "$PROJECT" = "kendo-react-e-commerce-astro-app" ] || [ "$PROJECT" = "kendo-react-project-tracker-app" ] || [ "$PROJECT" = "kendo-react-tailwind" ] || [ "$PROJECT" = "kendo-react-personal-finance" ] || [ "$PROJECT" = "kendo-unstyled-tailwind-v4" ] || [ "$PROJECT" = "react-health-app" ] || [ "$PROJECT" = "ai-usage-monitoring-dashboard" ] || [ "$PROJECT" = "kendo-react-finance-portfolio" ]; then
2019
mv -v dist/* "../../live/build/${PROJECT}"
21-
else
22-
mv -v build/* "../../live/build/${PROJECT}"
23-
fi
2420

2521
popd > /dev/null
2622
done

0 commit comments

Comments
 (0)