diff --git a/Jenkinsfile b/Jenkinsfile index 777773c..e9d602c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { 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' } } @@ -76,6 +76,7 @@ pipeline { stages { stage('Build') { steps { + // sh 'devenv shell dart run pdfrx:remove_wasm_modules --revert' sh 'devenv shell flutter build web --release' sh 'docker build -t harbor.julian-mutter.de/sheetless/sheetless-frontend .' }