mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 11:59:58 +02:00
7 lines
111 B
Bash
Executable file
7 lines
111 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
NODE_ENV=test npm run concurrently -- -k \
|
|
"npm run dev:client" \
|
|
"npm run dev:server"
|