From: Richard Kraaijenhagen Date: Sun, 20 Sep 2015 12:41:37 +0000 (+0200) Subject: Docs: "npm run build" was missing from the contributing guides X-Git-Tag: 1.12.0~112 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5da5035039c48fd00e3effa5135e257ccda79454;p=jquery.git Docs: "npm run build" was missing from the contributing guides Close gh-2537 --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 97a733512..3f6547c56 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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