mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-20 11:48:31 -06:00
14 lines
197 B
Bash
Executable File
14 lines
197 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
npm run ci -- client
|
|
npm run ci -- cli-plugin
|
|
npm run ci -- api-1
|
|
npm run ci -- api-2
|
|
npm run ci -- api-3
|
|
npm run ci -- api-4
|
|
npm run ci -- external-plugins
|
|
|
|
npm run ci -- lint
|