-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Simplify making a demo documentation
- Loading branch information
Showing
1 changed file
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,11 +152,7 @@ you have deployed a version of the styleguidist containing your changes to your | |
Don't forget to change `USERNAME` by yours. | ||
```bash | ||
yarn makeSpriteAndPalette | ||
yarn build | ||
yarn build:css:all | ||
yarn build:doc | ||
yarn deploy:doc --repo [email protected]:USERNAME/cozy-ui.git | ||
yarn build:all && yarn deploy:doc --repo [email protected]:USERNAME/cozy-ui.git | ||
``` | ||
⚠️ If the `deploy:doc` failed, you need to checkout your dev branch by doing `git checkout -` | ||
|