Skip to content

Commit 75a4134

Browse files
authored
update entrypoint script (jsryudev#3)
Signed-off-by: Vinicius Tosta <[email protected]>
1 parent a3c0b46 commit 75a4134

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

entrypoint.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
npm install
4+
35
cd functions; npm install
46

57
if [ -z "${FIREBASE_TOKEN}" ]; then
@@ -12,6 +14,8 @@ if [ -z "${FIREBASE_PROJECT}" ]; then
1214
exit 1
1315
fi
1416

17+
cd ..
18+
1519
firebase experiments:enable webframeworks
1620

1721
firebase deploy \

0 commit comments

Comments
 (0)