1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Adapt npm scripts

This commit is contained in:
Chocobozzz 2016-06-03 22:34:39 +02:00
parent 4a6995be18
commit fc76359be1
13 changed files with 22 additions and 61 deletions

View file

@ -1,6 +1,5 @@
#!/usr/bin/env sh
npm run build
NODE_ENV=test concurrently \
"npm run watch:client" \
"npm start"