mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
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:
commit
554e4d45aa
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user