1
1
mirror of https://github.com/primer/css.git synced 2024-11-26 02:38:32 +03:00

changes to updating the styleguide

This commit is contained in:
Emily 2018-05-14 09:49:03 -07:00
parent 722a7a5ce2
commit 3c49f4f1b8

View File

@ -41,11 +41,13 @@
#### Update the Style Guide
1. In [github/styleguide](https://github.com/github/styleguide), Update `primer` to your newly released version.
1. In [github/styleguide](https://github.com/github/styleguide), update `primer` to your newly released version in your terminal:
2. In your command line run: `script/update-primer-docs`.
`npm install primer@latest`
3. Make PR, get it approved, merge! 🚀
2. Then run: `script/update-primer-docs`.
3. Commit changes, make PR, get it approved, merge! 🚀
#### Update [primer.github.io](primer.github.io)