File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ after_success:
3737 if [[ $TRAVIS_BRANCH == 'master' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
3838 cd ./packages/overmind-website
3939 npm install --no-save now
40- now --token $NOW_TOKEN && now alias overmindjs.org --token $NOW_TOKEN
40+ ./node_modules/.bin/ now --token $NOW_TOKEN && now alias overmindjs.org --token $NOW_TOKEN
4141 fi
4242 if [[ $TRAVIS_BRANCH == 'next' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
4343 cd ./packages/overmind-website
4444 npm install --no-save now
45- now --token $NOW_TOKEN && now alias next.overmindjs.org --token $NOW_TOKEN
45+ ./node_modules/.bin/ now --token $NOW_TOKEN && now alias next.overmindjs.org --token $NOW_TOKEN
4646 fi
4747branches :
4848 except :
You can’t perform that action at this time.
0 commit comments