Skip to content

Commit

Permalink
chore: cleanup secrets and build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
asgorobets committed Oct 23, 2024
1 parent cb80574 commit ba0eb73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
/.next/
/out/

# storybook
/storybook-static
/build-storybook.log

# production
/build

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"generate:output": "gql.tada generate-output && gql.tada turbo",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=chpt_6c8f830efe6cc9d",
"commit": "git-cz"
},
"config": {
Expand Down

0 comments on commit ba0eb73

Please sign in to comment.