Skip to content

Commit

Permalink
update start script so yarn start works
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanWatanabe committed Jun 18, 2021
1 parent e96762f commit 32389fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 32389fc

Please sign in to comment.