mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-28 06:22:45 -08:00
chore: switch texthooker-ui workflow to pnpm and add backlog tasks
This commit is contained in:
@@ -13,7 +13,7 @@ cd SubMiner
|
||||
make deps
|
||||
# or manually:
|
||||
bun install
|
||||
cd vendor/texthooker-ui && bun install
|
||||
cd vendor/texthooker-ui && pnpm install --frozen-lockfile
|
||||
```
|
||||
|
||||
## Building
|
||||
|
||||
@@ -83,7 +83,7 @@ brew install mpv mecab mecab-ipadic
|
||||
git clone https://github.com/ksyasuda/SubMiner.git
|
||||
cd SubMiner
|
||||
bun install
|
||||
cd vendor/texthooker-ui && bun install && bun run build && cd ../..
|
||||
cd vendor/texthooker-ui && pnpm install --frozen-lockfile && pnpm run build && cd ../..
|
||||
bun run build:mac
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user