Skip to content
Browse files

@incompl updated build command in CONTRIBUTING.md. closes #2967

  • Loading branch information...
1 parent b84be55 commit aa4700b09891a94e909d802c48347dfb63970ad0 @incompl incompl committed with gkatsev
Showing with 2 additions and 1 deletion.
  1. +1 −0 CHANGELOG.md
  2. +1 −1 CONTRIBUTING.md
View
1 CHANGELOG.md
@@ -7,6 +7,7 @@ CHANGELOG
* @huitsing updated docstrings for autoplay and loop methods ([view](https://github.com/videojs/video.js/pull/2960))
* @rcrooks fixed some broken links in guides ([view](https://github.com/videojs/video.js/pull/2965))
* @forbesjo fixed errorDisplay erroring on subsequent openings ([view](https://github.com/videojs/video.js/pull/2966))
+* @incompl updated build command in CONTRIBUTING.md ([view](https://github.com/videojs/video.js/pull/2967))
--------------------
View
2 CONTRIBUTING.md
@@ -144,7 +144,7 @@ npm install
Build a local copy of video.js and run tests
```bash
-grunt
+grunt dist
grunt test
```

0 comments on commit aa4700b

Please sign in to comment.
Something went wrong with that request. Please try again.