Skip to content

Commit 1257fc3

Browse files
chore(travis): update release script
1 parent a9343f7 commit 1257fc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ after_success:
3333
printf "//registry.npmjs.org/:_authToken=$NPM_TOKEN\n" > ~/.npmrc
3434
npm install --no-save [email protected] now
3535
npm run release
36-
now ./packages/overmind-website --token $NOW_TOKEN && now ./packages/overmind-website alias --token $NOW_TOKEN
36+
cd ./packages/overmind-website
37+
now --token $NOW_TOKEN
38+
now alias --token $NOW_TOKEN
3739
fi
3840
branches:
3941
except:

0 commit comments

Comments
 (0)