aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/package.json b/package.json
index 975ae6b..08d3782 100644
--- a/package.json
+++ b/package.json
@@ -5,11 +5,9 @@
"start": "webpack --mode development -w --debug --devtool inline-source-map",
"build": "NODE_ENV=production webpack --mode production --progress --display-error-details",
"package": "npm run build && script/package.sh",
- "lint": "eslint --ext .jsx,.js src e2e/ambassador/src",
+ "lint": "eslint --ext .jsx,.js src",
"test": "karma start",
- "test:e2e": "karma start e2e/karma.conf.js",
- "ambassador:start": "webpack --mode production -w --debug --context e2e/ambassador --config e2e/ambassador/webpack.config.js --devtool inline-source-map",
- "ambassador:build": "webpack --mode production --context e2e/ambassador --config e2e/ambassador/webpack.config.js"
+ "test:e2e": "mocha --timeout 5000 e2e"
},
"repository": {
"type": "git",