]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/build.sh
Use shared models
[github/Chocobozzz/PeerTube.git] / scripts / build.sh
1 #!/usr/bin/env sh
2
3 NODE_ENV=test concurrently \
4 "npm run build:client:prod" \
5 "npm run build:server:prod"