mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Hook up npm script target for jshint (#3916)
* Hook up npm script target for jshint * Shrinkwrap ui dependencies
This commit is contained in:
@@ -2,5 +2,6 @@ module.exports = {
|
||||
options: { force: true },
|
||||
static: 'static/*',
|
||||
coverage: 'coverage/*',
|
||||
tmp: '../../tmp'
|
||||
tmp: '../../tmp',
|
||||
jshint: 'coverage/jshint.xml'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user