File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ jobs:
1111 - name : Checkout repository
1212 uses : actions/checkout@v4
1313
14+ - name : Install pnpm
15+ uses : pnpm/action-setup@v4
16+
1417 - name : Use node.js
1518 uses : actions/setup-node@v4
1619 with :
1720 node-version : ' 20.x'
1821 registry-url : ' https://registry.npmjs.org'
1922 cache : ' pnpm'
20-
21- - name : Install pnpm
22- uses : pnpm/action-setup@v4
23-
23+
2424 - name : Installing Dependencies
2525 run : pnpm install
2626
Original file line number Diff line number Diff line change 1- # pnpm test
1+ # pnpm test:unit
Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ export default {
3383381 . learn [ Pull Request] ( "https://help.github.com/articles/using-pull-requests" ) specification
3393392 . fork this repository
3403403 . create a new branch to modify the code:` git checkout -b my-branch main `
341- 4 . make sure your code passes all test cases (new functional test cases need to be added for new features):` pnpm test `
341+ 4 . make sure your code passes all test cases (new functional test cases need to be added for new features):` pnpm test:unit `
3423425 . create a changeset file using the command:` pnpm changeset `
3433436 . submit your changes using commit (must follow commitlint specification)
3443447 . submit Pull Request
Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ export default {
3403401 . 熟悉 [ Pull Request] ( "https://help.github.com/articles/using-pull-requests" ) 规范
3413412 . fork 此仓库
3423423 . 开一个新分支修改代码:` git checkout -b my-branch main `
343- 4 . 确保你的代码可以通过所有测试用例(新增功能需要添加新的功能测试用例):` pnpm test `
343+ 4 . 确保你的代码可以通过所有测试用例(新增功能需要添加新的功能测试用例):` pnpm test:unit `
3443445 . 创建 changeset 文件通过命令:` pnpm changeset `
3453456 . 使用 commit 提交你的修改(需遵循 commitlint 规范)
3463467 . 发起 Pull Request
You can’t perform that action at this time.
0 commit comments