Skip to content

Commit

Permalink
Cleanup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Aug 29, 2024
1 parent 2ae3e82 commit f4d92c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion chromatic.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"buildScriptName": "build:storybook",
"projectId": "Project:6008aabce49a640021858011",
"zip": true
}
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,11 @@
"dist/**/*"
],
"scripts": {
"start": "concurrently \"yarn storybook --quiet\" \"yarn build:dist --watch\"",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "vitest",
"chromatic": "npx chromatic",
"build:dist": "tsup",
"build:storybook": "storybook build",
"prepublish": "yarn clean && yarn build:dist",
"prepublish": "tsup",
"release": "auto shipit --base-branch=main"
},
"dependencies": {
Expand Down

0 comments on commit f4d92c9

Please sign in to comment.