Skip to content

Commit 1040f68

Browse files
committed
chore(semanticrelease): adjust build script
1 parent 052a9a7 commit 1040f68

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ jobs:
1515
- stage: test
1616
script: npm run report:coverage
1717
skip_cleanup: true
18-
- stage: build
19-
- npm run build
20-
- stage: release
18+
- stage: Build & publish
2119
node_js: lts/*
2220
deploy:
2321
provider: script
2422
skip_cleanup: true
2523
script:
24+
- npm run build
2625
- npx semantic-release
2726
if: branch = master

0 commit comments

Comments
 (0)