Skip to content

Commit

Permalink
wip: storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Dec 21, 2023
1 parent 553718e commit 9ec25d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9ec25d3

Please sign in to comment.