Skip to content

Commit

Permalink
Remove unit test and webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Lampros Papadimitriou committed Oct 13, 2020
1 parent 4f277d6 commit 6002461
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pipeline {
}
}

/*
stage('Check unit:test') {
steps {
sh 'npm run test:unit -- --ci --coverage'
Expand All @@ -32,6 +33,7 @@ pipeline {
}
}
}
*/

stage('Build') {
steps {
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
"stylelint-webpack-plugin": "2.1.0",
"vue-analytics": "5.22.1",
"vue-meta": "^2.4.0",
"vue-template-compiler": "2.6.12",
"webpack": "4.44.1"
"vue-template-compiler": "2.6.12"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 6002461

Please sign in to comment.