File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 8
8
- " ~/.npm"
9
9
notifications :
10
10
email : false
11
- before_install :
12
- - npm i -g firebase-tools
13
11
install :
12
+ - npm i -g firebase-tools
14
13
- npm install
15
- - npm install semantic-release @semantic-release/git @semantic-release/changelog --no-save
16
14
script :
17
15
- npm run test
18
16
- npm run build
19
- after_success :
20
- - npm run travis-deploy-once "npm run semantic-release"
21
- # - firebase deploy --only functions --token "${FIREBASE_TOKEN}"
22
17
before_deploy :
23
18
- npm install --prefix ./functions
24
19
deploy :
25
20
provider : firebase
26
21
skip_cleanup : true
27
22
on :
28
23
branch : master
24
+ after_deploy :
25
+ - npm install semantic-release @semantic-release/git @semantic-release/changelog --no-save
26
+ - npm run travis-deploy-once "npm run semantic-release"
You can’t perform that action at this time.
0 commit comments