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:41:31 -0500 |
commit | 07719736b7ead25cdcf511d785ae2591a4d631d3 (patch) | |
tree | 0dd3fdf6f007e1abfd5fa852322d7ec93284ca23 /package.json | |
parent | 6ae222a54f687e7950a3f4c4e04bd42ca0387504 (diff) | |
download | jquery-07719736b7ead25cdcf511d785ae2591a4d631d3.tar.gz jquery-07719736b7ead25cdcf511d785ae2591a4d631d3.zip |
Build: Rearrange grunt/npm tasks into a build/dist/test pattern
Ref 76df9e4e389d80bff410a9e5f08b848de1d21a2f
Ref bb928bde7e7b85357fef3fedd450b04c03e965d7
Conflicts:
Gruntfile.js
package.json
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 c4c61c201..d97652b78 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "scripts": { "build": "npm install && grunt", "start": "grunt watch", - "test": "grunt" + "test": "grunt && grunt test" }, "commitplease": { "components": [ |