File tree Expand file tree Collapse file tree
packages/plugin-multiple-editor Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 run : |
2929 git config --local user.email "action@github.com"
3030 git config --local user.name "GitHub Action"
31+ npm install
3132 echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
3233 cd packages/${{ github.event.inputs.packagePath }}
3334 npm install --legacy-peer-deps
Original file line number Diff line number Diff line change 3232 git config --local user.name "GitHub Action"
3333
3434 echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
35+ npm install
3536 cd packages/${{ github.event.inputs.packagePath }}
3637 npm install --legacy-peer-deps
3738 npm version ${{ github.event.inputs.versionType }}
Original file line number Diff line number Diff line change 179179 ],
180180 "fastPublish" : {
181181 "npmClient" : " npm"
182- }
182+ },
183+ "repository" : " https://github.com/alibaba/lowcode-plugins.git"
183184}
You can’t perform that action at this time.
0 commit comments