Browse Source

Jenkins fixes

master
flashlan 4 years ago
parent
commit
202075606f
  1. 2
      Jenkinsfile
  2. 6
      package.json

2
Jenkinsfile

@ -7,7 +7,7 @@ pipeline {
stages {
stage('Build') {
steps {
// sh 'rm -rf node_modules'
sh 'rm -rf node_modules'
//sh 'sudo apt-get update && sudo apt-get -y --no-install-recommends install && sudo apt-get clean'
//sh 'sudo apt-get install -y curl '
//sh 'curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -'

6
package.json

@ -16,10 +16,10 @@
"react-dom": "^17.0.2",
"react-fontawesome": "^1.7.1",
"react-recaptcha-google": "^1.1.1",
"react-router-dom": "^6.0.2",
"react-scripts": "4.0.3",
"react-select": "^5.2.1",
"web-vitals": "^1.0.1",
"react-router-dom": "^6.0.2"
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
@ -46,6 +46,6 @@
]
},
"devDependencies": {
"react-router-dom": "^6.0.2"
"react-router-dom": "5.2.0"
}
}

Loading…
Cancel
Save