Skip to content

Commit 86af85a

Browse files
committed
using yarn instead of npm
1 parent 79fa518 commit 86af85a

File tree

5 files changed

+8718
-12780
lines changed

5 files changed

+8718
-12780
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ install:
1212
- npm install
1313

1414
script:
15-
# 为了能在git-pages预览 单独发布带有二级域名的包
1615
- npm run build
1716

1817
after_script:
1918
- cd ./dist
20-
- git init
19+
- git init
2120
- git config user.name "BiYuqi"
2221
- git config user.email "biyuqiwan@163.com"
2322
- git add .
@@ -29,4 +28,4 @@ branches:
2928
- master
3029
env:
3130
global:
32-
- GH_REF: github.com/BiYuqi/vue-intersection-observer.git
31+
- GH_REF: github.com/BiYuqi/vue-intersection-observer.git

0 commit comments

Comments
 (0)