From 9ec25d3d2b4d1369ef7bbf70cd9ef84e6a86c692 Mon Sep 17 00:00:00 2001 From: "ROBSON.JUNIOR" Date: Thu, 21 Dec 2023 16:35:27 -0300 Subject: [PATCH] wip: storybook --- .github/workflows/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 28d8600b..bffd7ccf 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -35,7 +35,7 @@ jobs: - name: BUILDING STORYBOOK run: npm run build-storybook - name: PREPARE TO DEPLOYMENT - run: rm -rf vitest.config.js .storybook vite.config.js tailwind.config.cjs postcss.config.js pnpm-lock.yaml index.html CONTRIBUTING.md .prettierrc.json .eslintrc.cjs .nvmrc .github dist node_modules .editorconfig .gitignore docs primevue-sass-theme-3.40.1 LICENSE package-lock.json package.json post-install.sh README.md; cp -R storybook-static/* . + run: rm -rf vitest.config.js .storybook vite.config.js tailwind.config.cjs postcss.config.js pnpm-lock.yaml index.html CONTRIBUTING.md .prettierrc.json .eslintrc.cjs .nvmrc .github dist node_modules .editorconfig .gitignore docs primevue-sass-theme-3.40.1 LICENSE package-lock.json package.json post-install.sh README.md - name: DEPLOYMENT STORYBOOK uses: patrickwyler/gcs-bucket-sync-action@1.3 with: