Skip to content

Commit 19a4b89

Browse files
committed
⚒ fix travis script to build documents
1 parent b35ad0b commit 19a4b89

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
@@ -21,7 +21,9 @@ after_success:
2121
- npm run codecov
2222

2323
before_deploy:
24-
- npm run docs:build
24+
- rm -rf node_modules
25+
- yarn
26+
- yarn run docs:build
2527

2628
deploy:
2729
provider: pages

0 commit comments

Comments
 (0)