Skip to content

Commit

Permalink
Add new gulp task to script section in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhuebner committed Nov 8, 2018
1 parent aeb43fc commit b388d2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,15 @@
"csslint": "gulp csslint",
"default": "gulp",
"dev": "gulp dev",
"dev:email": "gulp dev:email",
"eslint": "gulp eslint",
"inheritance": "gulp inheritance",
"sasslint": "gulp sasslint",
"setup": "gulp setup",
"styles": "gulp styles",
"svg": "gulp svg",
"watch": "gulp watch",
"email": "gulp email",
"test": "./node_modules/eslint/bin/eslint.js *.js helper/*.js task/*.js"
}
}

0 comments on commit b388d2e

Please sign in to comment.