diff --git a/Jenkinsfile b/Jenkinsfile index a3d3e4a..03f537c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ agent any steps{ sh 'npm install' sh 'npm run build' - sh 'mkdir standalone' + sh 'rm -r standalone && mkdir standalone' sh 'cp -r public standalone/' sh 'cp -r prisma standalone/' sh 'cp -r .next/static standalone/.next/'