diff --git a/packages/react-button/package.json b/packages/react-button/package.json index 2f38da52edfa3..7104dbcadc430 100644 --- a/packages/react-button/package.json +++ b/packages/react-button/package.json @@ -17,7 +17,7 @@ "code-style": "just-scripts code-style", "just": "just-scripts", "lint": "just-scripts lint", - "start": "storybook", + "start": "yarn storybook", "test": "jest", "docs": "api-extractor run --config=config/api-extractor.local.json --local", "build:local": "tsc -p . --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output dist/packages/react-button/src && yarn docs",