fix deployments

This commit is contained in:
Jason Wall 2024-02-29 10:49:10 -05:00
parent 35a39a082e
commit 39f0b242e6
2 changed files with 1 additions and 2 deletions

View File

@ -77,7 +77,6 @@ deploy-android:
- cd .. - cd ..
script: script:
- pwd - pwd
- npm run-script copy
- cd android - cd android
- gradle publishReleaseBundle - gradle publishReleaseBundle
artifacts: artifacts:

View File

@ -1,4 +1,4 @@
output := dist/dynamicbible/ output := dist/dynamicbible/browser
test: test:
npm ci npm ci