mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
8 lines
182 B
Bash
Executable file
8 lines
182 B
Bash
Executable file
#!/bin/bash
|
|
|
|
npm run build:server || exit -1
|
|
|
|
npm run travis -- client || exit -1
|
|
npm run travis -- api || exit -1
|
|
npm run travis -- cli || exit -1
|
|
npm run travis -- lint || exit -1
|