Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Eduardo Formiga <eduardo.formiga@gmail.com>
  • Loading branch information
Filipe W. Lima and eduardoformiga authored Mar 15, 2022
1 parent 7686065 commit 50b8914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.MD
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Example:

#### Linking local changes from `@faststore/api`

`graphql-js` package is cumbersome when using `yarn link` because it requires only one instance of the package and there are two.
Sometimes symbolic links aren't enough (e.g., dealing with the local `graphql-js` package is cumbersome when using `yarn link` because it requires only one instance of the package, and there are two).

For this reason, to see our changes at FastStore running on a local store, we need to use [wml](https://github.com/wix/wml).

Expand All @@ -49,7 +49,7 @@ To do this:
$ yarn develop

## These can be executed anywhere
$ npm install -g wml
$ yarn global add wml
$ wml add <faststore>/packages/api <path-to>.store/node_modules/@faststore/api
$ wml start

Expand Down

0 comments on commit 50b8914

Please sign in to comment.