We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce7eed commit ae05664Copy full SHA for ae05664
.travis.yml
@@ -15,5 +15,6 @@ script:
15
after_success:
16
- export NODE_ENV=production
17
- npm run build
18
+ - "npm run create-readme && git add README.md && git commit -m 'docs: generate docs' --no-verify"
19
- semantic-release
- - npm run create-readme && git add README.md && git commit -m 'docs: generate docs' --no-verify && git push
20
+ - git push
0 commit comments