aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index 8961ddd7e..32034531d 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -7,4 +7,10 @@ npm run setup:cli
7 7
8npm run ci -- lint 8npm run ci -- lint
9 9
10mocha --exit --require ts-node/register/type-check --require tsconfig-paths/register --bail server/tests/index.ts 10npm run ci -- misc
11npm run ci -- cli
12npm run ci -- api-1
13npm run ci -- api-2
14npm run ci -- api-3
15npm run ci -- api-4
16npm run ci -- external-plugins