File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 git config --local user.email "action@github.com"
3030 git config --local user.name "GitHub Action"
3131
32- - name : Install Root Dependencies
33- run : npm install
34-
3532 - name : Change to Package Directory
3633 run : cd packages/${{ github.event.inputs.packagePath }}
3734
Original file line number Diff line number Diff line change 3131 git config --local user.email "action@github.com"
3232 git config --local user.name "GitHub Action"
3333
34- - name : Install Root Dependencies
35- run : npm install
36-
3734 - name : Change to Package Directory
3835 run : cd packages/${{ github.event.inputs.packagePath }}
3936
Original file line number Diff line number Diff line change 5454 },
5555 "resolutions" : {
5656 "@builder/babel-preset-ice" : " 1.0.1"
57- }
58- }
57+ },
58+ "repository" : " https://github.com/alibaba/lowcode-plugins.git"
59+ }
You can’t perform that action at this time.
0 commit comments