Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Commit 6d8c870

Browse files
author
Adam A. Zerella
committed
Updated FAQ notes for yarn
1 parent 49ddc5f commit 6d8c870

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

FAQ.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,9 @@ The best place to start is by looking for existing conversation in [the communit
129129

130130
### How do I add the components to my build process? How do I add custom code/variables/overrides?
131131
Build processes can be complicated, we recommend first looking at our [design system starter pack](https://github.com/govau/design-system-components-starter). This is a simple
132-
implementation of the design system showing how to include the components into your project. After you `npm install` and run `npm run watch` you should have some generated
133-
files. Looking at the `src/sass/main.scss` file you can see the order:
132+
implementation of the design system showing how to include the components into your project.
133+
134+
After you `yarn install` and run `yarn watch` you should have some generated files. Looking at the `src/sass/main.scss` file you can see the order:
134135

135136
```
136137
// OVERWRITES

0 commit comments

Comments
 (0)