Browse Source

chore: update frontend build commands

0xJacky 1 year ago
parent
commit
40ca44d183
8 changed files with 16 additions and 21 deletions
  1. 2 2
      README-es.md
  2. 2 2
      README-vi_VN.md
  3. 2 3
      README-zh_CN.md
  4. 2 3
      README-zh_TW.md
  5. 2 2
      README.md
  6. 2 3
      docs/guide/build.md
  7. 2 3
      docs/zh_CN/guide/build.md
  8. 2 3
      docs/zh_TW/guide/build.md

+ 2 - 2
README-es.md

@@ -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

+ 2 - 2
README-vi_VN.md

@@ -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

+ 2 - 3
README-zh_CN.md

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

+ 2 - 3
README-zh_TW.md

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

+ 2 - 2
README.md

@@ -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

+ 2 - 3
docs/guide/build.md

@@ -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

+ 2 - 3
docs/zh_CN/guide/build.md

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

+ 2 - 3
docs/zh_TW/guide/build.md

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