File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,15 @@ script:
2323 - yarn lint
2424 - yarn test:ci
2525 - yarn build
26+ - yarn start
2627
2728after_script :
2829 - greenkeeper-lockfile-upload
2930 - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
3031
32+ before_deploy :
33+ - yarn add now
34+
3135deploy :
3236 - provider : script
3337 script : echo 'No build on feature branches. Now deploys static exports automatically.'
@@ -36,7 +40,7 @@ deploy:
3640 all_branches : true
3741 master : false
3842 - provider : script
39- script : yarn add now && yarn start && now --local-config=./now.master.json --token $NOW_TOKEN
43+ script : now --local-config=./ now.master.json --token $NOW_TOKEN && now alias --local-config=./now.master.json --token $NOW_TOKEN
4044 skip_cleanup : true
4145 on :
4246 master : true
You can’t perform that action at this time.
0 commit comments