Skip to content

Commit

Permalink
fix: long text input file error with windows
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Mar 6, 2023
1 parent 230219b commit c7f284f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/deployWindows.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ conn
...Array.from({ length: 5 }).map(_ => 'git pull'),
'nvm install 16.19.1',
'nvm use 16.19.1',
`echo ${process.env.QINIU_ENV_JS} > ./scripts/qiniu_env.js`,
`
cat>test1<<EOF
${process.env.QINIU_ENV_JS}
EOF
`,
'yarn install',
'yarn release',
'nvm use 12.22.10',
Expand Down

0 comments on commit c7f284f

Please sign in to comment.