We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead626b commit 6c92c12Copy full SHA for 6c92c12
docker_entrypoint.sh
@@ -12,9 +12,11 @@ cd "$BASE_DIR"
12
# system not accesssible by the container
13
# Inside the container, yarn install fails when we are installing packages from git repository.
14
# So, we need to switch to /tmp directory as a workaround
15
+echo "[INFO] Installing dependencies for transpiling functions for Firebase..."
16
cd /tmp/
17
yarn --cwd "$FIREBASE_FUNCTIONS_DIR" install --frozen-lockfile
18
19
+echo "[INFO] Transpiling functions for Firebase..."
20
cd "$FIREBASE_FUNCTIONS_DIR"
21
yarn build
22
0 commit comments