We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde4636 commit 661c328Copy full SHA for 661c328
.travis.yml
@@ -13,14 +13,17 @@ jobs:
13
- name: "Push Compile"
14
if: type = push AND branch = develop
15
install: yarn install
16
+ before_script:
17
+ - rm -rf dist
18
+ - rm -rf examples/dist
19
script:
20
- yarn dev
21
- yarn build
22
after_success:
23
- git config --global user.name "Deployment Bot"
24
- git config --global user.email "[email protected]"
25
- git add -A
- - "git commit -m 'build: Travis CI automatic compilation.'"
26
+ - "git commit -m 'build: Travis CI automatic compilation'"
27
- git push "https://juzi214032:${GITHUB_TOKEN}@github.com/TaleLin/lin-ui" HEAD:develop
28
- name: "Check Compile"
29
if: type = pull_request
0 commit comments