]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - scripts/dev/client.sh
Log typo
[github/Chocobozzz/PeerTube.git] / scripts / dev / client.sh
... / ...
CommitLineData
1#!/bin/sh
2
3set -eu
4
5NODE_ENV=test npm run concurrently -- -k \
6 "npm run watch:client" \
7 "npm run build:server && NODE_ENV=test npm start"