Merge pull request #2763 from kialam/add-npm-precheck-script

Add precheck script.

Reviewed-by: Ryan Petrello
             https://github.com/ryanpetrello
This commit is contained in:
softwarefactory-project-zuul[bot] 2018-11-20 21:12:58 +00:00 committed by GitHub
commit 554e4d45aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,8 @@
"dev": "webpack --config build/webpack.development.js --progress",
"watch": "webpack-dev-server --config build/webpack.watch.js --progress --https",
"production": "webpack --config build/webpack.production.js",
"grab-licenses": "./utils/get_licenses.js"
"grab-licenses": "./utils/get_licenses.js",
"pre-check": "npm run lint && npm run jshint && npm run unit && npm run test"
},
"devDependencies": {
"angular-mocks": "~1.6.6",