Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit 8f95a88

Browse files
committed
add grunt-cli deppendency
1 parent 9e8c3aa commit 8f95a88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414
"nightwatch": "0.9.1",
1515
"nodeunit": "~0.8.4",
1616
"grunt": "0.4.5",
17+
"grunt-cli": "~0.1.13",
1718
"grunt-eslint": "^17.0.0",
1819
"mobify-code-style": "^2.3.6"
1920
},
2021
"scripts": {
2122
"install": "node selenium/installation/install.js",
22-
"test": "grunt lint; grunt test"
23+
"test": "./node_modules/.bin/grunt lint; ./node_modules/.bin/grunt test"
2324
},
2425
"homepage": "https://github.com/mobify/nightwatch-commands",
2526
"dependencies": {

0 commit comments

Comments
 (0)