Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 487095a

Browse files
committed
docs: update shell commands
1 parent df1488f commit 487095a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/pages/auto-import-components.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ This provides a better developer experience without sacrificing your application
1717

1818
<CodeGroup lang="bash">
1919
<CodeTab label="Yarn">
20-
yarn add chakra-loader
20+
yarn add -D chakra-loader
2121
</CodeTab>
2222
<CodeTab label="NPM">
23-
npm install chakra-loader
23+
npm install chakra-loader --save-dev
2424
</CodeTab>
2525
</CodeGroup>
2626

website/pages/contributing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Project setup
7575

7676
```
7777
yarn bootstrap # Installs all dependencies and links packages
78-
yarn dev # Runs dev build
78+
yarn build # Builds package components
7979
yarn storybook # Starts storybook
8080
yarn test # Runs tests
8181
```
@@ -85,7 +85,7 @@ yarn test # Runs tests
8585

8686
```
8787
npm run bootstrap # Installs all dependencies and links packages
88-
npm run dev # Runs dev build
88+
npm run build # Builds package components
8989
npm run storybook # Starts storybook
9090
npm run test # Runs tests
9191
```

0 commit comments

Comments
 (0)