@@ -280,15 +280,15 @@ module.exports = function(grunt) {
280280 exec : {
281281 add : "git add github-dark.css github-dark.user.css" ,
282282 authors : "bash tools/authors.sh" ,
283- eslint : "npm -s run eslint " ,
283+ eslint : "npx eslint --quiet --color *.js tools/*.js " ,
284284 generate : "node tools/generate" ,
285285 imagemin : "bash tools/imagemin.sh" ,
286- major : "npm version -f major " ,
287- minor : "npm version -f minor" ,
288- patch : "npm version -f patch " ,
289- perfectionist : "npm run perfectionist --silent -- github-dark.css github-dark.css --indentSize 2 --maxAtRuleLength 250" ,
290- stylelint : "npm -s run stylelint " ,
291- update : "npm -s run update " ,
286+ patch : "npx ver -cp patch " ,
287+ minor : "npx ver -cp minor" ,
288+ major : "npx ver -cp major " ,
289+ perfectionist : "npx perfectionist --silent -- github-dark.css github-dark.css --indentSize 2 --maxAtRuleLength 250" ,
290+ stylelint : "npx stylelint --silent --color -- github-dark.css themes/**/*.css " ,
291+ update : "npx updates -cu && npm install " ,
292292 usercss : "node tools/build-usercss" ,
293293 } ,
294294 cssmin : {
0 commit comments