File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
script :
10
10
- npm run test:prod && npm run build
11
11
after_success :
12
- - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run travis-deploy-once --pro "npm run deploy-docs"; fi
13
- - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run travis-deploy-once --pro "npm run semantic-release"; fi
12
+ - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run travis-deploy-once "npm run deploy-docs"; fi
13
+ - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run travis-deploy-once "npm run semantic-release"; fi
14
14
branches :
15
15
except :
16
16
- /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 41
41
"semantic-release" : " semantic-release" ,
42
42
"semantic-release-prepare" : " ts-node tools/semantic-release-prepare" ,
43
43
"precommit" : " lint-staged" ,
44
- "travis-deploy-once" : " travis-deploy-once"
44
+ "travis-deploy-once" : " travis-deploy-once --pro "
45
45
},
46
46
"lint-staged" : {
47
47
"src/**/*.{js,ts,json}" : [
You can’t perform that action at this time.
0 commit comments