]> source.dussan.org Git - jquery.git/commitdiff
Docs: "npm run build" was missing from the contributing guides
authorRichard Kraaijenhagen <stdin+git@riichard.com>
Sun, 20 Sep 2015 12:41:37 +0000 (14:41 +0200)
committerTimmy Willison <timmywillisn@gmail.com>
Mon, 12 Oct 2015 14:00:37 +0000 (10:00 -0400)
Close gh-2537

CONTRIBUTING.md

index 97a7335125c64ff1d6c21f42a2cc5b7e72491deb..3f6547c56822bb3dbc14233bbed5d9ada2e7f44b 100644 (file)
@@ -95,6 +95,12 @@ Get in the habit of pulling in the "upstream" master to stay up to date as jQuer
 $ git pull upstream master
 ```
 
+Run the build script
+
+```bash
+$ npm run build
+```
+
 Run the Grunt tools:
 
 ```bash