diff --git a/Jenkinsfile b/Jenkinsfile index be13e81..9082116 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,8 +10,8 @@ pipeline { } stage('Test & Security Audit') { - echo 'Start checking security vulnerabilities in npm packages' steps { + echo 'Start checking security vulnerabilities in npm packages' sh 'npm audit' } }