Skip to content

Commit a789ae9

Browse files
committed
ci: move build to release stage level
1 parent e1a5b63 commit a789ae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- stage: release
1414
if: branch = master AND type != pull_request
1515
node_js: 12
16+
script: npm run build
1617
deploy:
1718
provider: script
1819
skip_cleanup: true
1920
script:
20-
- npm run build
21-
- npm run semantic-release
21+
- npx semantic-release

0 commit comments

Comments
 (0)