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

Commit f8688e9

Browse files
Merge pull request #69 from feitian124/develop-ming
docs(contributing): add step yarn build
2 parents 7de66c2 + 4421002 commit f8688e9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,16 @@ git clone https://github.com/<your_github_username>/chakra-ui-vue-next.git
1818
cd chakra-ui
1919
```
2020

21-
3. Setup all the dependencies and packages by running `yarn bootstrap`. This
21+
3. Build components
22+
```bash
23+
yarn build
24+
```
25+
26+
4. Setup all the dependencies and packages by running `yarn bootstrap`. This
2227
command will install dependencies and bootstrap the repo using `lerna`
28+
```bash
29+
yarn bootstrap
30+
```
2331

2432
> If you run into any issues during this step, kindly reach out to the Chakra UI
2533
> Vue team here:[https://discord.gg/cMpMfvxa](https://discord.gg/cMpMfvxa)

0 commit comments

Comments
 (0)