Skip to content

Commit

Permalink
ci: 修改编译命令
Browse files Browse the repository at this point in the history
  • Loading branch information
duan602728596 committed Jan 11, 2024
1 parent b1fd41e commit 76dff39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
"update-version:dev": "milktea-esm update --__DEV__",
"install:babel": "zx scripts/installBabelPluginDelayRequire.mjs",
"build": "node scripts/delivery.mjs",
"build:cn": "ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ npm run build",
"build:cn": "ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ ELECTRON_BUILDER_BINARIES_MIRROR=https://npmmirror.com/mirrors/electron-builder-binaries/ PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm run build",
"build:ci": "PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm run build",
"build:old": "cross-env OLD=1 node scripts/delivery.mjs",
"build:old:cn": "ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ ELECTRON_BUILDER_BINARIES_MIRROR=https://npmmirror.com/mirrors/electron-builder-binaries/ PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm run build:old",
"build:old:ci": "PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm run build:old",
"build:node-oicqhttp": "cross-env PKG_CACHE_PATH=.pkg_cache node scripts/buildNodeOicqHttp.mjs",
"build:png": "ffmpeg -i statics/titleBarIcon512.png -vf scale=128:128 app/titleBarIcon.png",
"build:icon": "ffmpeg -i statics/titleBarIcon512.png -vf scale=256:256 statics/titleBarIcon.ico",
Expand Down

0 comments on commit 76dff39

Please sign in to comment.