diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ci.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/ci.sh b/scripts/ci.sh index aea009d9f..7854d88fc 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh | |||
@@ -34,6 +34,9 @@ elif [ "$1" = "api-3" ]; then | |||
34 | elif [ "$1" = "api-4" ]; then | 34 | elif [ "$1" = "api-4" ]; then |
35 | npm run build:server | 35 | npm run build:server |
36 | sh ./server/tests/api/ci-4.sh 2 | 36 | sh ./server/tests/api/ci-4.sh 2 |
37 | elif [ "$1" = "external-plugins" ]; then | ||
38 | npm run build:server | ||
39 | mocha --timeout 5000 --exit --require ts-node/register --require tsconfig-paths/register --bail server/tests/external-plugins/index.ts | ||
37 | elif [ "$1" = "lint" ]; then | 40 | elif [ "$1" = "lint" ]; then |
38 | npm run eslint -- --ext .ts "server/**/*.ts" "shared/**/*.ts" | 41 | npm run eslint -- --ext .ts "server/**/*.ts" "shared/**/*.ts" |
39 | npm run swagger-cli -- validate support/doc/api/openapi.yaml | 42 | npm run swagger-cli -- validate support/doc/api/openapi.yaml |