Skip to content
This repository was archived by the owner on Mar 4, 2019. It is now read-only.

Commit 064563b

Browse files
committed
further deployment tweak
1 parent b14ed05 commit 064563b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"build": "node_modules/.bin/tsc",
2626
"watch": "node_modules/.bin/tsc --watch",
2727
"test": "node_modules/.bin/tsc && node_modules/.bin/jest",
28-
"deploy": "tsc && node_modules/.bin/firebase login:ci --token $FIREBASE_TOKEN && node_modules/.bin/firebase deploy --project damien-s --only functions --non-interactive"
28+
"deploy": "tsc && node_modules/.bin/firebase deploy --token $FIREBASE_TOKEN --project damien-s --only functions --non-interactive"
2929
}
3030
}

0 commit comments

Comments
 (0)