]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/dev/index.sh
Fix error logging
[github/Chocobozzz/PeerTube.git] / scripts / dev / index.sh
CommitLineData
93e1258c
C
1#!/usr/bin/env sh
2
3NODE_ENV=test concurrently -k \
4 "npm run watch:client" \
5 "npm run watch:server"