]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/dev/client.sh
Move video file metadata in their own table
[github/Chocobozzz/PeerTube.git] / scripts / dev / client.sh
CommitLineData
93534495
C
1#!/usr/bin/env sh
2
a7449e74 3NODE_ENV=test concurrently -k \
93534495 4 "npm run watch:client" \
66dd264f 5 "npm run build:server && NODE_ENV=test npm start"