Skip to content

Commit

Permalink
feat(scripts): export scripts on build
Browse files Browse the repository at this point in the history
  • Loading branch information
xav-car committed Dec 8, 2023
1 parent d1d0f1d commit 1fc8034
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
/tmp/
/storybook-static

#pack
1024pix-pix-ui-*.tgz

# dependencies
/bower_components/
/node_modules/
Expand Down Expand Up @@ -37,4 +40,4 @@ build-storybook.log
!.idea/runConfigurations/*.xml
*.iml
*.code-workspace
.history
.history
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@
"files": [
"addon/",
"app/",
"public/"
"public/",
"scripts/migrate-colors-scss-vars-to-css-vars.sh",
"scripts/migrate-spacing-scss-vars-to-css-vars.sh"
],
"storybook-deployer": {
"commitMessage": "Deploy Storybook [skip ci]"
Expand Down

0 comments on commit 1fc8034

Please sign in to comment.