Skip to content

Commit

Permalink
add missing extension on bootstrap command usage
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Sep 27, 2022
1 parent 7ebef8e commit 6315e4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
tasks:

- name: Bootstrap
init: ./bootstrap --core
init: ./bootstrap.sh --core
2 changes: 1 addition & 1 deletion docs/contribute/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git clone https://github.com/your-username/storybook.git
In the root directory, run the following command:

```shell
./bootstrap --core
./bootstrap.sh --core
```

This will install dependencies in both `scripts` and `code` directories, as well as build all the necessary packages for Storybook to run.
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build]
publish = "code/built-storybooks"
command = "./bootstrap --core && cd ../code && yarn build-storybooks --all"
command = "./bootstrap.sh --core && cd ../code && yarn build-storybooks --all"
[build.environment]
NODE_VERSION = "14"
YARN_VERSION = "1.22.10"
Expand Down

0 comments on commit 6315e4a

Please sign in to comment.