diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2014-12-29 21:07:03 -0500 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2015-01-11 10:28:18 -0500 |
commit | bb928bde7e7b85357fef3fedd450b04c03e965d7 (patch) | |
tree | c5f4774e6bbc3547968aaef0044edcec97fcd4d1 /package.json | |
parent | 53aa87f3bf4284763405f3eb8affff296e55ba4f (diff) | |
download | jquery-bb928bde7e7b85357fef3fedd450b04c03e965d7.tar.gz jquery-bb928bde7e7b85357fef3fedd450b04c03e965d7.zip |
Build: Rearrange grunt/npm tasks into a build/dist/test pattern
Ref 76df9e4e389d80bff410a9e5f08b848de1d21a2f
Closes gh-1980
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 39d3cde34..2d6544d04 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "scripts": { "build": "npm install && grunt", "start": "grunt watch", - "test": "grunt test" + "test": "grunt && grunt test" }, "commitplease": { "components": [ |