Skip to content

Commit

Permalink
build(dist): ent-3643 travis build directory (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Jul 30, 2021
1 parent c87f6cc commit cbe5391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ env:
- IS_PR=${TRAVIS_PULL_REQUEST}
- BUILD_STAGE="${TRAVIS_BUILD_STAGE_NAME}"
- NODE_OPTIONS="--max-old-space-size=4096 --max_old_space_size=4096"
- APP_BUILD_DIR="build"
- APP_BUILD_DIR="dist"
2 changes: 1 addition & 1 deletion .travis/custom_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ release()
local DEPLOY_BRANCH=$1

printf "${YELLOW}PUSHING ${DEPLOY_BRANCH}${NOCOLOR}\n"
rm -rf ./build/.git
rm -rf ./dist/.git
.travis/release.sh "${DEPLOY_BRANCH}"
printf "${GREEN}COMPLETED ${DEPLOY_BRANCH}${NOCOLOR}\n"
}
Expand Down

0 comments on commit cbe5391

Please sign in to comment.