chore: update frontend build commands

This commit is contained in:
0xJacky 2023-12-10 23:00:30 +08:00
parent 33039f0195
commit 40ca44d183
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
8 changed files with 16 additions and 21 deletions

View file

@ -226,8 +226,8 @@ En plataformas que no tienen una versión de compilación oficial, pueden compil
Ejecute el siguiente comando en el directorio `app`.
```shell
yarn install
yarn build
pnpm install
pnpm build
```
### Compilación del Backend

View file

@ -289,8 +289,8 @@ Trên các nền tảng không có phiên bản xây dựng chính thức, chún
Vui lòng thực hiện lệnh sau trong thư mục `app`.
```shell
yarn install
yarn build
pnpm install
pnpm build
```
### Build Backend

View file

@ -220,9 +220,8 @@ docker run -dit \
请在 `app` 目录中执行以下命令。
```shell
yarn install
make translations
yarn build
pnpm install
pnpm build
```
### 构建后端

View file

@ -225,9 +225,8 @@ docker run -dit \
請在 `app` 資料夾中執行以下命令。
```shell
yarn install
make translations
yarn build
pnpm install
pnpm build
```
### 建置後端

View file

@ -286,8 +286,8 @@ On platforms that do not have an official build version, they can be built manua
Please execute the following command in `app` directory.
```shell
yarn install
yarn build
pnpm install
pnpm build
```
### Build Backend

View file

@ -19,9 +19,8 @@ You should execute the following command to update browser list database before
Please execute the following command in `app` directory.
```shell
yarn install
make translations
yarn build
pnpm install
pnpm build
```
## Build Backend

View file

@ -18,9 +18,8 @@
请在 `app` 目录中执行以下命令。
```shell
yarn install
make translations
yarn build
pnpm install
pnpm build
```
## 构建后端

View file

@ -18,9 +18,8 @@
請在 `app` 資料夾中執行以下命令。
```shell
yarn install
make translations
yarn build
pnpm install
pnpm build
```
## 構建後端