Skip to content

Commit

Permalink
fix: fix release dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Hu Chen committed May 3, 2020
1 parent c129a71 commit b662515
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
cache:
yarn: true
directories:
- ~/.npm
notifications:
Expand All @@ -8,18 +9,20 @@ node_js:
- '12'
install:
- yarn global add codecov
- yarn install
- script:
- yarn validate
- script: codecov

jobs:
include:
- stage: test
script: yarn validate
script: codecov
- stage: release
script: yarn build
script: skip
deploy:
provider: script
skip_cleanup: true
script:
- yarn build
- npx semantic-release
on:
branch: master

0 comments on commit b662515

Please sign in to comment.