diff options
author | Richard Kraaijenhagen <stdin+git@riichard.com> | 2015-09-20 14:41:37 +0200 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2015-10-12 09:59:39 -0400 |
commit | 735dea34fb0ae625542d51eae3f4e7316e403eaa (patch) | |
tree | 7fef1e89f1ed8002db13a423df29968556463998 /CONTRIBUTING.md | |
parent | f23a64d745759d358d423ba0557e8f74d65f76cc (diff) | |
download | jquery-735dea34fb0ae625542d51eae3f4e7316e403eaa.tar.gz jquery-735dea34fb0ae625542d51eae3f4e7316e403eaa.zip |
Docs: "npm run build" was missing from the contributing guides
Close gh-2537
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 6 insertions, 0 deletions
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 |