mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
chore: switch texthooker-ui workflow to pnpm and add backlog tasks
This commit is contained in:
@@ -49,7 +49,7 @@ The `subminer` wrapper uses a [Bun](https://bun.sh) shebang, so `bun` must be on
|
||||
git clone --recurse-submodules https://github.com/ksyasuda/SubMiner.git
|
||||
cd SubMiner
|
||||
bun install
|
||||
cd vendor/texthooker-ui && bun install && cd ../..
|
||||
cd vendor/texthooker-ui && pnpm install --frozen-lockfile && cd ../..
|
||||
make build
|
||||
make install
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user