Skip to content

Commit

Permalink
Package.json: Remove static dir from build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppester committed Dec 1, 2023
1 parent bbc2130 commit be4bda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"scripts": {
"start": "storybook dev -p 6006",
"build": "yarn build-storybook",
"build-storybook": "storybook build -s ./.storybook/static",
"build-storybook": "storybook build",
"test": "jest",
"test:watch": "jest --watch",
"lint": "yarn lint-style && yarn lint-eslint && yarn lint-prettier",
Expand Down

0 comments on commit be4bda5

Please sign in to comment.