diff --git a/Jenkinsfile.ci b/Jenkinsfile.ci index 2de7f6a..51612d5 100644 --- a/Jenkinsfile.ci +++ b/Jenkinsfile.ci @@ -84,6 +84,7 @@ pipeline { mkdir -p "$NPM_CONFIG_CACHE" npm install --no-progress --no-audit --prefer-offline npm run check + npm test npm run build ''' }