chore(build): add validate task to gulp that will run linting tools and testing tools

This commit is contained in:
Josh Thomas
2016-04-21 15:33:49 -05:00
parent 95af318d3e
commit 823643efbb
2 changed files with 45 additions and 11 deletions

View File

@@ -49,6 +49,7 @@
"gulp-remember": "^0.3.0",
"gulp-rename": "~1.2.0",
"gulp-sass": "^2.0.4",
"gulp-scss-lint": "^0.3.9",
"gulp-shell": "^0.4.0",
"gulp-strip-debug": "^1.1.0",
"gulp-tslint": "^4.3.4",
@@ -91,4 +92,4 @@
"path": "node_modules/ionic-cz-conventional-changelog"
}
}
}
}