chore: update deployWindows script

This commit is contained in:
buqiyuan 2023-03-06 11:14:26 +08:00
parent 69f5111c99
commit 2201fb0a4d

View File

@ -24,11 +24,11 @@ conn
[
'set TERM=msys',
`set GITHUB_TOKEN=${process.env.GITHUB_TOKEN}`,
'd:',
`cd \\git\\postcat`,
`cd d:/git/postcat`,
'git reset --hard',
...Array.from({ length: 5 }).map(_ => 'git pull'),
'nvm use 16.13.2',
'nvm install 16.19.1',
'nvm use 16.19.1',
`echo ${process.env.QINIU_ENV_JS} > qiniu_env.js`,
'yarn install',
'yarn release',