File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 title : Create Release
2828 publish : pnpm changeset publish
29+ version : pnpm version
2930 env :
3031 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3132 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 88 "lint" : " biome ci ." ,
99 "fix" : " biome check --write ." ,
1010 "publint" : " pnpm --recursive --filter=\" ./packages/**\" exec publint" ,
11- "update-fixtures" : " uv run scripts/generate-v2.py && uv run scripts/generate-v3.py && bash scripts/zip-fixtures.sh"
11+ "update-fixtures" : " uv run scripts/generate-v2.py && uv run scripts/generate-v3.py && bash scripts/zip-fixtures.sh" ,
12+ "version" : " changeset version && node scripts/sync-jsr.mjs"
1213 },
1314 "devDependencies" : {
1415 "@biomejs/biome" : " 2.1.1" ,
You can’t perform that action at this time.
0 commit comments