diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7039b96..a65508eb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,7 +77,6 @@ deploy-android: - cd .. script: - pwd - - npm run-script copy - cd android - gradle publishReleaseBundle artifacts: diff --git a/src/Makefile b/src/Makefile index 337f9644..93388fa4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -output := dist/dynamicbible/ +output := dist/dynamicbible/browser test: npm ci