1
1
mirror of https://github.com/primer/css.git synced 2024-11-22 19:01:02 +03:00

update dotcom install instructions to use bin/npm

This commit is contained in:
Shawn Allen 2018-06-20 12:57:41 -07:00
parent df7a882778
commit 3f0e0d0c8f

View File

@ -22,9 +22,9 @@
1. Create a new branch
2. Update the primer version in your terminal `npm install primer@<version>`.
2. Update the primer version in your terminal `bin/npm install primer@<version>`.
3. Update `stylelint-config-primer` in your terminal to the appropriate version `npm install stylelint-config-primer@latest`.
3. Update `stylelint-config-primer` in your terminal to the appropriate version `bin/npm install stylelint-config-primer@latest`.
4. If you need to make changes to github/github due to the Primer release, make a separate branch. When ready, merge that branch into your release branch.