File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v4
1515 - uses : oven-sh/setup-bun@v2
16- - run : bun install --frozen-lockfile
16+ - run : bun install:rec
1717 - run : bun check
1818
1919 # ここでは Biome を使っている。 https://biomejs.dev/ja/recipes/continuous-integration/
3030 steps :
3131 - uses : actions/checkout@v4
3232 - uses : oven-sh/setup-bun@v2
33- - run : bun install --frozen-lockfile
33+ - run : bun install:rec
3434 - run : bunx prettier . --check
Original file line number Diff line number Diff line change 1313 "scripts" : {
1414 "prepare" : " bunx lefthook install" ,
1515 "generate" : " cd view && bun generate && cd ../worker && bun generate" ,
16- "check" : " cd view && bun check && cd ../worker && bun check"
16+ "check" : " cd view && bun check && cd ../worker && bun check" ,
17+ "install:rec" : " bun install --frozen-lockfile && cd view && bun install --frozen-lockfile && cd ../worker && bun install --frozen-lockfile"
1718 },
1819 "peerDependencies" : {
1920 "typescript" : " ^5.0.0"
You can’t perform that action at this time.
0 commit comments