Skip to content

Commit 30da100

Browse files
chore(travis): fix now release
1 parent 1257fc3 commit 30da100

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ 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-
cd ./packages/overmind-website
37-
now --token $NOW_TOKEN
38-
now alias --token $NOW_TOKEN
36+
now ./packages/overmind-website --token $NOW_TOKEN
37+
now alias ./packages/overmind-website --token $NOW_TOKEN
3938
fi
4039
branches:
4140
except:

0 commit comments

Comments
 (0)