add lint target
This commit is contained in:
parent
4e4c1affb6
commit
2a04298ad1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
"start": "webpack -w --debug --devtool inline-source-map",
|
"start": "webpack -w --debug --devtool inline-source-map",
|
||||||
"build": "NODE_ENV=production webpack --progress --display-error-details",
|
"build": "NODE_ENV=production webpack --progress --display-error-details",
|
||||||
"package": "npm run build && script/package.sh",
|
"package": "npm run build && script/package.sh",
|
||||||
"lint": "eslint --ext .jsx,.js src",
|
"lint": "eslint --ext .jsx,.js src e2e/ambassador/src",
|
||||||
"test": "karma start",
|
"test": "karma start",
|
||||||
"test:e2e": "karma start e2e/karma.conf.js",
|
"test:e2e": "karma start e2e/karma.conf.js",
|
||||||
"ambassador:start": "webpack -w --debug --context e2e/ambassador --config e2e/ambassador/webpack.config.js --devtool inline-source-map",
|
"ambassador:start": "webpack -w --debug --context e2e/ambassador --config e2e/ambassador/webpack.config.js --devtool inline-source-map",
|
||||||
|
|
Reference in a new issue