Skip to content

Commit

Permalink
Merge pull request #2685 from Augmint/1.0
Browse files Browse the repository at this point in the history
contribution docs: add npm install step + change order
  • Loading branch information
nivida authored Apr 15, 2019
2 parents 07f80b4 + 404418c commit bb891b2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,12 @@ Documentation can be found at [read the docs][docs]
### Commands
```bash
npm run clean // removes all the node_modules folders in all modules
npm run bootstrap // install all dependencies and symlinks the internal modules for all modules
npm run test // runs all tests
npm run build // runs rollup
npm run dev // runs rollup with a watcher
npm install # install all dependencies for npm run bootstrap
npm run bootstrap # install all dependencies and symlinks the internal modules for all modules
npm run build # runs rollup
npm run test # runs all tests
npm run clean # removes all the node_modules folders in all modules
npm run dev # runs rollup with a watcher

```
Expand Down

0 comments on commit bb891b2

Please sign in to comment.