diff options
Diffstat (limited to 'scripts/test.sh')
-rwxr-xr-x | scripts/test.sh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/test.sh b/scripts/test.sh index 01b259fe2..2dc79c6ce 100755 --- a/scripts/test.sh +++ b/scripts/test.sh | |||
@@ -2,11 +2,6 @@ | |||
2 | 2 | ||
3 | set -eu | 3 | set -eu |
4 | 4 | ||
5 | npm run build:server | ||
6 | npm run setup:cli | ||
7 | |||
8 | npm run ci -- lint | ||
9 | |||
10 | npm run ci -- client | 5 | npm run ci -- client |
11 | npm run ci -- cli-plugin | 6 | npm run ci -- cli-plugin |
12 | npm run ci -- api-1 | 7 | npm run ci -- api-1 |
@@ -14,3 +9,5 @@ npm run ci -- api-2 | |||
14 | npm run ci -- api-3 | 9 | npm run ci -- api-3 |
15 | npm run ci -- api-4 | 10 | npm run ci -- api-4 |
16 | npm run ci -- external-plugins | 11 | npm run ci -- external-plugins |
12 | |||
13 | npm run ci -- lint | ||