Skip to content

Commit e17090a

Browse files
committed
fix(release): bundle lib before release
fix #7
1 parent 95688d6 commit e17090a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ node_js:
99
script:
1010
- npm run test
1111
after_success:
12-
- npm run build
1312
- npm run report-coverage
13+
- npm run build
1414
- npx semantic-release
1515
branches:
1616
only: master

0 commit comments

Comments
 (0)