aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/test.sh
blob: 01b259fe248ef92985c97e329bff09c86521c24e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

set -eu

npm run build:server
npm run setup:cli

npm run ci -- lint

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