diff --git a/entrypoint.sh b/entrypoint.sh index 3070503c..8f3d2204 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,7 @@ #!/bin/bash +npm install + cd functions; npm install if [ -z "${FIREBASE_TOKEN}" ]; then @@ -12,6 +14,8 @@ if [ -z "${FIREBASE_PROJECT}" ]; then exit 1 fi +cd .. + firebase experiments:enable webframeworks firebase deploy \