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

Commit 0407fc6

Browse files
authored
Merge pull request #3 from GetDutchie/Updated-Shared-Structure
Updated compile to use new shared structure.
2 parents 0954d1c + 0ffaeb3 commit 0407fc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/compile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ fi
1515
APP_BASE="$(cat "${ENV_DIR}/APP_BASE")"
1616

1717
(
18-
rm "${BUILD_DIR}/${APP_BASE}/imports/shared" &&
19-
mv "${BUILD_DIR}/shared/imports" "${BUILD_DIR}/${APP_BASE}/imports/shared" &&
18+
rm "${BUILD_DIR}/${APP_BASE}/shared" &&
19+
mv "${BUILD_DIR}/shared" "${BUILD_DIR}/${APP_BASE}/shared" &&
2020
mv "${BUILD_DIR}/${APP_BASE}" "${STAGE}" &&
2121
rm -rf "${BUILD_DIR}" &&
2222
mv "${STAGE}/$(basename "$APP_BASE")" "${BUILD_DIR}"

0 commit comments

Comments
 (0)