File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 run : |
121121 cd chat2db-client
122122 yarn install
123- yarn run build:desktop --appVersion=${{ steps.chat2db_version.outputs.substring }}
123+ yarn run build:web: desktop --appVersion=${{ steps.chat2db_version.outputs.substring }}
124124 cp -r dist ../chat2db-server/chat2db-server-start/src/main/resources/static/front
125125
126126 # 编译服务端java版本
Original file line number Diff line number Diff line change 1515 "build:main" : " cross-env NODE_ENV=development electron-builder" ,
1616 "build:main:prod" : " cross-env NODE_ENV=production electron-builder" ,
1717 "build:web" : " umi build" ,
18- "build:web:desktop" : " cross-env UMI_ENV=desktop APP_VERSION=${npm_config_appVersion} cross-env APP_PORT=${npm_config_appPort} umi build" ,
18+ "build:web:desktop" : " cross-env UMI_ENV=desktop cross-env APP_VERSION=${npm_config_appVersion} cross-env APP_PORT=${npm_config_appPort} umi build" ,
1919 "build:web:prod" : " cross-env UMI_ENV=prod cross-env APP_VERSION=${npm_config_appVersion} cross-env APP_PORT=${npm_config_appPort} umi build" ,
2020 "postinstall" : " umi setup" ,
2121 "lint" : " umi lint" ,
You can’t perform that action at this time.
0 commit comments