diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 1391496..0a48e3a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,9 @@ "build": "NODE_ENV=production webpack --progress --display-error-details", "package": "npm run build && script/package.sh", "lint": "eslint --ext .jsx,.js src", - "test": "karma start" + "test": "karma start", + "ambassador:start": "webpack -w --debug --context --devtool inline-source-map", + "ambassador:build": "webpack --context e2e/ambassador" }, "repository": { "type": "git", |