Skip to content

Commit

Permalink
docs(contributing): don't build docs initially
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Mar 13, 2023
1 parent 8413d99 commit b6ee543
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/docs/src/pages/en/getting-started/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ cd vuetify
yarn

# Build the packages
yarn build
yarn build vuetify
yarn build api
```

The build process compiles all the Vuetify packages for development and may take a while (grab some ☕). Once the packages are built, you can start developing.
Expand Down

0 comments on commit b6ee543

Please sign in to comment.