Skip to content

Commit 8699226

Browse files
author
Carlos Atencio
committed
Fixed npm test script
1 parent 0ae9bf8 commit 8699226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"query-string": "^1.0.0"
2727
},
2828
"scripts": {
29-
"test": "node_modules/.bin/grunt --gruntfile clients/arch-path/Gruntfile.js verify"
29+
"test": "node_modules/.bin/grunt verify"
3030
}
3131
}

0 commit comments

Comments
 (0)