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 7a9f3ad commit a3c0b46Copy full SHA for a3c0b46
entrypoint.sh
@@ -12,6 +12,8 @@ if [ -z "${FIREBASE_PROJECT}" ]; then
12
exit 1
13
fi
14
15
+firebase experiments:enable webframeworks
16
+
17
firebase deploy \
18
-m "${GITHUB_REF} (${GITHUB_SHA})" \
19
--project ${FIREBASE_PROJECT} \
0 commit comments