Updated ci to use yarn to invoke grunt.
... | ... | @@ -6,6 +6,7 @@ |
"license": "BSD-3-Clause", | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt-cli": "1.3.2", | ||
"grunt-contrib-copy": "^0.8.2", | ||
"grunt-contrib-watch": "^0.6.1", | ||
"grunt-json-generator": "^0.1.0", | ||
... | ... |
Please register or sign in to comment