Skip to content

Commit

Permalink
Add check for es 5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Lampros Papadimitriou committed May 5, 2021
1 parent e781f9f commit 231a75d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jenkinsfile
Expand Up @@ -39,6 +39,12 @@ pipeline {
}
}

stage('Verify ES5 compatibility') {
steps {
sh 'npx es-check es5 ./dist/js/*.js --verbose'
}
}

stage('Check unit:e2e') {
steps {
sh 'npm run test:e2e -- --headless --url https://www.trelobifteki.com --config video=false'
Expand Down

0 comments on commit 231a75d

Please sign in to comment.