Skip to content

Commit e67819b

Browse files
committed
fix(travis): actually run build when releasing, derp
1 parent b5c9afd commit e67819b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
include:
1919
- stage: release
2020
node_js: lts/*
21-
script: skip
21+
script: yarn build
2222
deploy:
2323
provider: script
2424
skip_cleanup: true

0 commit comments

Comments
 (0)