Skip to content

Commit ae05664

Browse files
committed
fix: attempt to build README
1 parent 3ce7eed commit ae05664

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ script:
1515
after_success:
1616
- export NODE_ENV=production
1717
- npm run build
18+
- "npm run create-readme && git add README.md && git commit -m 'docs: generate docs' --no-verify"
1819
- semantic-release
19-
- npm run create-readme && git add README.md && git commit -m 'docs: generate docs' --no-verify && git push
20+
- git push

0 commit comments

Comments
 (0)