diff options
Diffstat (limited to 'client/angular.json')
-rw-r--r-- | client/angular.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/angular.json b/client/angular.json index 2cf2ecd62..bd3c7216e 100644 --- a/client/angular.json +++ b/client/angular.json | |||
@@ -133,6 +133,11 @@ | |||
133 | "options": { | 133 | "options": { |
134 | "protractorConfig": "e2e/protractor.conf.js", | 134 | "protractorConfig": "e2e/protractor.conf.js", |
135 | "devServerTarget": "PeerTube:serve:e2e" | 135 | "devServerTarget": "PeerTube:serve:e2e" |
136 | }, | ||
137 | "configurations": { | ||
138 | "local": { | ||
139 | "protractorConfig": "e2e/local-protractor.conf.js" | ||
140 | } | ||
136 | } | 141 | } |
137 | }, | 142 | }, |
138 | "lint": { | 143 | "lint": { |