Skip to content

Commit

Permalink
Merge pull request #200 from yaob421123/master
Browse files Browse the repository at this point in the history
update ci
  • Loading branch information
ChenlingasMx committed Apr 7, 2023
2 parents e38b08f + 30d0564 commit b675250
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:
filter-author: (renovate-bot|Renovate Bot)
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'

- run: yarn install
- run: yarn run build
- run: yarn run build:create
- run: npm install
- run: npm run build
- run: npm run build:create

# examples/base 里面的 ts 转换 成 js版本并存储到 examples/basejs
- run: yarn run build:js
- run: yarn run test
- run: npm run build:js
- run: npm run test

# 案例打包
- run: yarn run build:website
- run: npm run build:website
env:
CI: false
# 生成文档
Expand Down

0 comments on commit b675250

Please sign in to comment.