We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ec180 commit c9e10acCopy full SHA for c9e10ac
live/bin/build-gh-pages
@@ -16,7 +16,7 @@ do
16
npm run build
17
mkdir -p ../../live/build/${PROJECT}
18
19
-if [ "$PROJECT" = "kendo-react-e-commerce-astro-app" ]; then
+if [ "$PROJECT" = "kendo-react-e-commerce-astro-app" ] || [ "$PROJECT" = "kendo-react-freemium" ]; then
20
mv -v dist/* "../../live/build/${PROJECT}"
21
else
22
mv -v build/* "../../live/build/${PROJECT}"
0 commit comments