Skip to content
This repository was archived by the owner on Aug 25, 2020. It is now read-only.

Commit cbb3d20

Browse files
committed
fix: semantic release
1 parent fdec560 commit cbb3d20

File tree

5 files changed

+9935
-5189
lines changed

5 files changed

+9935
-5189
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
- stage: release
3333
if: branch = master
3434
node_js: lts/*
35-
script: skip
35+
script:
36+
- npm run build:lib
3637
deploy:
3738
provider: script
3839
skip_cleanup: true

0 commit comments

Comments
 (0)