mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-25 02:00:35 -06:00
16 lines
237 B
Bash
Executable File
16 lines
237 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
npm run ci -- types
|
|
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 -- api-5
|
|
npm run ci -- external-plugins
|
|
|
|
npm run ci -- lint
|