Skip to content

Commit

Permalink
fix - added package add/remove instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-blockchain committed Jul 11, 2018
1 parent 9aae21d commit 2c92b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To ensure proper support for Windows, please take the following actions before r

### Tips & Useful Commands
1. To completely remove all dependencies and artifacts run `yarn clean`
2. After installing or uninstalling a NPM package, run `yarn` to re-init the project
2. To add/remove an NPM package run `yarn add` or `yarn remove` in the package folder. After installing or uninstalling a NPM package, run `yarn` in the root folder to re-init the project
3. All development specific dependencies should be installed as a `dev-dependency` in the top level `package.json` via `yarn i --save-dev [package-name]`
4. All application specific dependencies should be installed in the specific packages `package.json` via `yarn i --save [package-name]`

Expand Down

0 comments on commit 2c92b96

Please sign in to comment.