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 99script :
1010 - npm run test:prod && npm run build
1111after_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
1414branches :
1515 except :
1616 - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 4141 "semantic-release" : " semantic-release" ,
4242 "semantic-release-prepare" : " ts-node tools/semantic-release-prepare" ,
4343 "precommit" : " lint-staged" ,
44- "travis-deploy-once" : " travis-deploy-once"
44+ "travis-deploy-once" : " travis-deploy-once --pro "
4545 },
4646 "lint-staged" : {
4747 "src/**/*.{js,ts,json}" : [
You can’t perform that action at this time.
0 commit comments