aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-10-01 13:40:21 +0200
committerRigel Kent <sendmemail@rigelk.eu>2018-10-01 13:40:28 +0200
commit9e3e248109ffe5fc208c23081cbcffdb9a682ff4 (patch)
tree951223299727201fc5bbddd6c595725c3919a372 /package.json
parent8c202ae8d4e0ee17f804b4977ea9ce37057cd023 (diff)
downloadPeerTube-9e3e248109ffe5fc208c23081cbcffdb9a682ff4.tar.gz
PeerTube-9e3e248109ffe5fc208c23081cbcffdb9a682ff4.tar.zst
PeerTube-9e3e248109ffe5fc208c23081cbcffdb9a682ff4.zip
add protractor profile for local tests
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index c091aeab7..06434f89d 100644
--- a/package.json
+++ b/package.json
@@ -22,6 +22,7 @@
22 "typings": "*.d.ts", 22 "typings": "*.d.ts",
23 "scripts": { 23 "scripts": {
24 "e2e": "scripty", 24 "e2e": "scripty",
25 "e2e:local": "scripty",
25 "build": "SCRIPTY_PARALLEL=true scripty", 26 "build": "SCRIPTY_PARALLEL=true scripty",
26 "build:server": "scripty", 27 "build:server": "scripty",
27 "build:client": "scripty", 28 "build:client": "scripty",