Skip to content

Commit

Permalink
chore: update deployWindows script
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Mar 6, 2023
1 parent 69f5111 commit 2201fb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/deployWindows.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2201fb0

Please sign in to comment.