File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 with :
5858 commit : " chore(repo): Version packages"
5959 publish : npm run release
60+ # Workaround for https://github.com/changesets/changesets/issues/421
61+ version : npm run version
6062 env :
6163 GITHUB_TOKEN : ${{ secrets.CLERK_COOKIE_PAT }}
6264 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 4040 "test:integration:remix" : " echo 'placeholder'" ,
4141 "turbo:clean" : " turbo daemon clean" ,
4242 "update:lockfile" : " npm run nuke && npm install -D --arch=x64 --platform=linux turbo && npm install -D --arch=arm64 --platform=darwin turbo" ,
43- "version" : " changeset version && ./scripts/version-info.sh " ,
43+ "version" : " changeset version && npm install --package-lock-only " ,
4444 "version:canary" : " ./scripts/canary.mjs" ,
4545 "version:snapshot" : " ./scripts/snapshot.mjs" ,
4646 "yalc:all" : " for d in packages/*/; do echo $d; cd $d; npx yalc push --replace --sig; cd '../../'; done"
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments