docs: remove stub section

This commit is contained in:
藍+85CD
2025-06-19 16:29:54 +08:00
parent d1c0a3ede5
commit a99e353627
2 changed files with 4 additions and 40 deletions
+2 -20
View File
@@ -215,12 +215,6 @@ pnpm -F @proj-airi/telegram-bot db:generate
pnpm -F @proj-airi/telegram-bot db:push
```
Generate bundles for Monorepo packages
```shell
pnpm stub:packages
```
Run the bot
```shell
@@ -249,12 +243,6 @@ cp .env .env.local
Edit the credentials in `.env.local`.
Generate bundles for Monorepo packages
```shell
pnpm stub:packages
```
Run the bot
```shell
@@ -285,12 +273,6 @@ cp .env .env.local
Edit the credentials in `.env.local`.
Generate bundles for Monorepo packages
```shell
pnpm stub:packages
```
Run the bot
```shell
@@ -314,7 +296,7 @@ pnpm -F @proj-airi/minecraft-bot start
> Please make sure lint (static checkers) and TypeScript compilers are satisfied:
>
> ```shell
> pnpm stub:packages && pnpm lint && pnpm typecheck
> pnpm lint && pnpm typecheck
> ```
> [!NOTE]
@@ -322,7 +304,7 @@ pnpm -F @proj-airi/minecraft-bot start
> If you have [@antfu/ni](https://github.com/antfu-collective/ni) installed, you can use `nr` to run the commands:
>
> ```shell
> nr stub:packages && nr lint && nr typecheck
> nr lint && nr typecheck
> ```
### Commit