Skip to content

Commit 3bc629b

Browse files
committed
ci(semanticrelease): add travis-deploy-once script
1 parent d2caf29 commit 3bc629b

File tree

4 files changed

+207
-2
lines changed

4 files changed

+207
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ node_js:
1919
script:
2020
- npm test
2121
after_success:
22-
- ./node_modules/.bin/semantic-release
22+
- npm run travis-deploy-once "npm run semantic-release"

0 commit comments

Comments
 (0)