From a3162f4c752c23bd7c3c3aa74a8aa1ef5e5fc913 Mon Sep 17 00:00:00 2001 From: Austin McGee <947888+amcgee@users.noreply.github.com> Date: Sat, 22 Aug 2020 15:11:11 +0200 Subject: [PATCH] chore(deploy): fix deploy-build for platform output location --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 410beea11..08c20aff8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ before_script: > ./cc-test-reporter - chmod +x ./cc-test-reporter - './cc-test-reporter before-build' - - npm install --global @dhis2/deploy-build script: - npm run lint - npm run build @@ -20,7 +19,7 @@ after_script: - './cc-test-reporter after-build -d --exit-code $TRAVIS_TEST_RESULT' deploy: - provider: script - script: deploy-build + script: npx --package @dhis2/deploy-build deploy-build d2-ci build/app skip_cleanup: true on: all_branches: true