Skip to content

Commit 6c92c12

Browse files
committed
chore(entrypoint): improve status logging
1 parent ead626b commit 6c92c12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker_entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ cd "$BASE_DIR"
1212
# system not accesssible by the container
1313
# Inside the container, yarn install fails when we are installing packages from git repository.
1414
# So, we need to switch to /tmp directory as a workaround
15+
echo "[INFO] Installing dependencies for transpiling functions for Firebase..."
1516
cd /tmp/
1617
yarn --cwd "$FIREBASE_FUNCTIONS_DIR" install --frozen-lockfile
1718

19+
echo "[INFO] Transpiling functions for Firebase..."
1820
cd "$FIREBASE_FUNCTIONS_DIR"
1921
yarn build
2022

0 commit comments

Comments
 (0)