diff --git a/Jenkinsfile b/Jenkinsfile index 05e8ec1..ddcef19 100644 --- a/Jenkinsfile +++ b/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 -' diff --git a/package.json b/package.json index 0a07c95..e8284ad 100644 --- a/package.json +++ b/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" } }