Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ always be in sync.

### Development

- `scripts/test` will fire up a karma runner and watch for changes in the
specs directory.
- `npm test` will do the same but doesn't watch, just runs the tests.
- `scripts/dev-examples` fires up a webpack dev server that will watch
for changes and build the examples.
- `npm test` will fire up a karma test runner and watch for changes
- `npm run examples` fires up a webpack dev server that will watch
for changes and build the examples

### Build

Expand Down
Loading