File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ jobs:
3333 - name : Bump candidate packages version
3434 run : corepack yarn version apply --all --json | jq -s > releases.json
3535 - name : Prepare changelog
36- run : corepack yarn workspace @uppy-build /release update-changelogs releases.json | xargs git add
36+ run : corepack yarn workspace @uppy-dev /release update-changelogs releases.json | xargs git add
3737 - name : Update contributors table
3838 run : corepack yarn contributors:save && git add README.md
3939 - name : Update CDN URLs
40- run : corepack yarn workspace @uppy-build /release update-version-URLs | xargs git add
40+ run : corepack yarn workspace @uppy-dev /release update-version-URLs | xargs git add
4141 - name : Stage changes and remove temp files
4242 run : |
4343 git rm -rf .yarn/versions
Original file line number Diff line number Diff line change 143143 "lint:css" : " stylelint ./packages/**/*.scss" ,
144144 "lint:css:fix" : " stylelint ./packages/**/*.scss --fix" ,
145145 "lint" : " eslint . --cache" ,
146- "release" : " PACKAGES=$(yarn workspaces list --json) yarn workspace @uppy-build /release interactive" ,
146+ "release" : " PACKAGES=$(yarn workspaces list --json) yarn workspace @uppy-dev /release interactive" ,
147147 "size" : " echo 'JS Bundle mingz:' && cat ./packages/uppy/dist/uppy.min.js | gzip | wc -c && echo 'CSS Bundle mingz:' && cat ./packages/uppy/dist/uppy.min.css | gzip | wc -c" ,
148148 "start:companion" : " bash ./bin/companion" ,
149149 "start" : " npm-run-all --parallel watch start:companion web:start" ,
You can’t perform that action at this time.
0 commit comments