|
|
@ -8,8 +8,8 @@ |
|
|
|
"lint": "eslint --ext .jsx,.js src", |
|
|
|
"lint": "eslint --ext .jsx,.js 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 --devtool inline-source-map", |
|
|
|
"ambassador:start": "webpack -w --debug --context e2e/ambassador --config e2e/ambassador/webpack.config.js --devtool inline-source-map", |
|
|
|
"ambassador:build": "webpack --context e2e/ambassador" |
|
|
|
"ambassador:build": "webpack --context e2e/ambassador --config e2e/ambassador/webpack.config.js" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"repository": { |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"type": "git", |
|
|
|