mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
fix missing comma in package.json
This commit is contained in:
parent
9dbcc5934e
commit
6b6e898882
@ -29,7 +29,7 @@
|
||||
"lint": "eslint .",
|
||||
"dev": "webpack --config build/webpack.development.js --progress",
|
||||
"watch": "webpack-dev-server --config build/webpack.watch.js --progress",
|
||||
"production": "webpack --config build/webpack.production.js"
|
||||
"production": "webpack --config build/webpack.production.js",
|
||||
"component-test": "./node_modules/.bin/karma start client/test/karma.conf.js",
|
||||
"lint-dev": "./node_modules/.bin/nodemon --exec \"./node_modules/.bin/eslint -c .eslintrc.js .\" --watch \"client/components/**/*.js\"",
|
||||
"component-dev": "./node_modules/.bin/karma start client/test/karma.conf.js --auto-watch --no-single-run"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user