Fix deps. Jekinsfil

master
Araozu 2023-10-26 20:55:30 -05:00
parent d61c710b11
commit 0b7ea69e1f
4 changed files with 5087 additions and 4695 deletions

11
Jenkinsfile.groovy Normal file
View File

@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('Deploy') {
steps {
sh 'rm -rf /var/www/horarios-v2/*'
sh 'cp -r ./* /var/www/horarios-v2/'
}
}
}
}

View File

@ -18,7 +18,7 @@
"vue": "^3.0.0-rc.5",
"vue-router": "^4.0.0-alpha.6",
"vuex": "^4.0.0-alpha.1",
"webpack": "^4.43.0",
"webpack": "^4.47.0",
"yaml": "^1.10.0",
"yaml-loader": "^0.6.0"
},
@ -32,8 +32,8 @@
"vue-cli-plugin-vue-next": "~0.1.3"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
"defaults",
"not IE 11",
"maintained node versions"
]
}

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@ module.exports = {
{
test: /\.coffee$/,
loader: 'coffee-loader',
}
},
]
},
plugins: [