Skip to content

Commit

Permalink
Use the local version of grunt to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Jul 9, 2017
1 parent 400601a commit 77fc157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -10,8 +10,8 @@
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test",
"test-tap": "grunt test:tap"
"test": "./bin/grunt test",
"test-tap": "./bin/grunt test:tap"
},
"main": "lib/grunt",
"bin": {
Expand Down

0 comments on commit 77fc157

Please sign in to comment.