Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 1c0d571

Browse files
authored
Manually checkout master to fix git deploy fail (#105)
1 parent b8d596e commit 1c0d571

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ script:
1313

1414
before_deploy:
1515
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
16+
- git checkout master && git pull origin
17+
- yarn build
1618
deploy:
1719
skip_cleanup: true
1820
provider: script

0 commit comments

Comments
 (0)