Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from GetDutchie/Updated-Shared-Structure
Browse files Browse the repository at this point in the history
Updated compile to use new shared structure.
  • Loading branch information
TheKidCoder authored Mar 18, 2020
2 parents 0954d1c + 0ffaeb3 commit 0407fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ fi
APP_BASE="$(cat "${ENV_DIR}/APP_BASE")"

(
rm "${BUILD_DIR}/${APP_BASE}/imports/shared" &&
mv "${BUILD_DIR}/shared/imports" "${BUILD_DIR}/${APP_BASE}/imports/shared" &&
rm "${BUILD_DIR}/${APP_BASE}/shared" &&
mv "${BUILD_DIR}/shared" "${BUILD_DIR}/${APP_BASE}/shared" &&
mv "${BUILD_DIR}/${APP_BASE}" "${STAGE}" &&
rm -rf "${BUILD_DIR}" &&
mv "${STAGE}/$(basename "$APP_BASE")" "${BUILD_DIR}"
Expand Down

0 comments on commit 0407fc6

Please sign in to comment.