diff --git a/Jenkinsfile b/Jenkinsfile index d5bccbb..307d66d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,12 +14,12 @@ pipeline { } } stage('Parallel Build and Deploy') { - parallel { + stages { stage('Android') { stages { stage('Build') { steps { - // sh 'devenv shell dart run pdfrx:remove_wasm_modules' + sh 'devenv shell dart run pdfrx:remove_wasm_modules' sh 'devenv shell flutter build apk' } }