1
0
Fork 0
peertube/scripts/e2e.sh

12 lines
186 B
Bash
Raw Normal View History

2018-05-16 17:59:21 +00:00
#!/bin/sh
set -eu
#npm run build:server
npm run clean:server:test
concurrently -k -s first \
"cd client && npm run ng -- e2e" \
"NODE_ENV=test NODE_APP_INSTANCE=1 npm start"