mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
6 lines
103 B
Bash
Executable file
6 lines
103 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
npm run build
|
|
NODE_ENV=test concurrently \
|
|
"npm run watch:client" \
|
|
"npm start"
|