Skip to content

Commit

Permalink
Update existing command
Browse files Browse the repository at this point in the history
  • Loading branch information
okmttdhr committed Apr 21, 2023
1 parent 6346462 commit 722e121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"clean:packages": "yarn workspaces foreach --all --parallel --verbose --exclude 'wp-calypso' run clean",
"clean:public": "rm -rf public",
"clean:translations": "rm -rf build/strings calypso-strings.pot chunks-map.*.json || true",
"components:storybook:start": "echo 'Deprecated, run `yarn workspace @automattic/components run storybook` instead'",
"components:storybook:start": "echo 'Storybook in Calypso moved into the root directory. Run `yarn storybook:start` instead.'",
"composite-checkout:storybook:start": "echo 'Deprecated, run `yarn workspace @automattic/composite-checkout run storybook` instead'",
"distclean": "yarn run clean && rm -rf **/node_modules **/.cache .yarn/install-state.gz || true",
"docker": "docker run -it --name wp-calypso --rm -p 80:3000 wp-calypso",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ in the root of the repository to get the required `devDependencies`.

### Using [Storybook](https://storybook.js.org/)

`yarn workspace @automattic/components run storybook`
In the root of the repository, run `yarn storybook:start`.

0 comments on commit 722e121

Please sign in to comment.