Skip to content

Commit 18d11d1

Browse files
authored
chore: remove static directive from dev script (#1743)
1 parent 7af6e5e commit 18d11d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"release:patch": "yarn release --release-as patch",
5959
"release:alpha": "yarn release --prerelease alpha",
6060
"start": "yarn build:tokens && yarn storybook",
61-
"storybook": "storybook dev -p 9000 -s src/design-tokens/tier-1-definitions/fonts",
61+
"storybook": "storybook dev -p 9000",
6262
"storybook:axe": "yarn run build:storybook && yarn run storybook:axeOnly",
6363
"storybook:axeOnly": "axe-storybook --build-dir storybook-static",
6464
"plop": "plop component",

0 commit comments

Comments
 (0)