Skip to content

Commit

Permalink
ci: 替换依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Apr 23, 2021
1 parent 8b49770 commit aed5871
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Replace package dependencies
run: npx replace-pkg-dep package.json

- name: Install
run: yarn install

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@
"react-router": "^5.2.0",
"regenerator-runtime": "^0.13.5",
"typescript": "^3.8.3"
},
"ciDependencies": {
"@mxjs/box": "miaoxing/mxjs-box"
}
}

0 comments on commit aed5871

Please sign in to comment.