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

Commit 09880f4

Browse files
committedNov 22, 2017
arg was in the wrong place
1 parent bf0b9b0 commit 09880f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
before_install: cd functions
22
install: yarn install
3-
script: yarn deploy --project damien-s && yarn test
3+
script: yarn deploy && yarn test

‎functions/package.json

+2-2
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 deploy --only functions"
28+
"deploy": "tsc && node_modules/.bin/firebase deploy --project damien-s --only functions"
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)
This repository has been archived.