mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-11-29 18:28:09 +08:00
chore: update deployWindows script
This commit is contained in:
parent
69f5111c99
commit
2201fb0a4d
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user