Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
docs: add npx instructions to README.md
Browse files Browse the repository at this point in the history
Merge pull request #110 from skylarmb/patch-1
  • Loading branch information
jimmyandrade authored Jun 15, 2021
2 parents c2fb3aa + 1e1a43b commit 111c9c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ or like this for AWS S3:

Then you can run `npm run deploy-storybook` to deploy the Storybook.

Alternatively, you can execute Storybook Deployer directly using `npx`

```sh
npx -p @storybook/storybook-deployer storybook-to-ghpages
npx -p @storybook/storybook-deployer storybook-to-aws-s3
```

### Custom Build Configuration

If you customize the build configuration with some additional params (like static file directory), then you need to expose another NPM script like this:
Expand Down

0 comments on commit 111c9c6

Please sign in to comment.