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 26
26
with :
27
27
title : Create Release
28
28
publish : pnpm changeset publish
29
+ version : pnpm version
29
30
env :
30
31
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31
32
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 8
8
"lint" : " biome ci ." ,
9
9
"fix" : " biome check --write ." ,
10
10
"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"
12
13
},
13
14
"devDependencies" : {
14
15
"@biomejs/biome" : " 2.1.1" ,
You can’t perform that action at this time.
0 commit comments