From beb40ea87749e8ac05a87181e2317935a5be18d6 Mon Sep 17 00:00:00 2001 From: Sahil Ahuja Date: Thu, 13 Feb 2025 22:30:31 +0530 Subject: [PATCH] comments --- .github/repo-templates/d/actions-build.Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/repo-templates/d/actions-build.Dockerfile b/.github/repo-templates/d/actions-build.Dockerfile index 55f2612..5126c7f 100644 --- a/.github/repo-templates/d/actions-build.Dockerfile +++ b/.github/repo-templates/d/actions-build.Dockerfile @@ -26,7 +26,11 @@ RUN if [ "$BUILD_STEP" = "bundle" ]; then \ fi; #For single step: -# RUN if [ "$BUILD_STEP" = "container" ] || [ "$BUILD_STEP" = "bundle" ]; then \ +# RUN if [ "$BUILD_STEP" = "container" ] || [ "$BUILD_STEP" = "bundle" ]; then \ +# echo "BUILD version $PUBLIC_BUILD_VERSION"; \ +# pnpm install && \ +# pnpm build-storybook; \ +# fi EXPOSE 4225 CMD ["pnpm", "start-server"]