We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01efa43 commit 2bd2a46Copy full SHA for 2bd2a46
Taskfile.yml
@@ -8,8 +8,8 @@ vars:
8
BIN_DIR: "bin"
9
VERSION:
10
sh: node version.cjs
11
- RM: '{{if eq OS "windows"}}powershell Remove-Item -Force{{else}}rm{{end}}'
12
- RMRF: '{{if eq OS "windows"}}powershell Remove-Item -Force -Recurse{{else}}rm -rf{{end}}'
+ RM: '{{if eq OS "windows"}}powershell Remove-Item -Force -ErrorAction SilentlyContinue{{else}}rm -f{{end}}'
+ RMRF: '{{if eq OS "windows"}}powershell Remove-Item -Force -Recurse -ErrorAction SilentlyContinue{{else}}rm -rf{{end}}'
13
DATE: '{{if eq OS "windows"}}powershell Get-Date -UFormat{{else}}date{{end}}'
14
ARTIFACTS_BUCKET: waveterm-github-artifacts/staging-w2
15
RELEASES_BUCKET: dl.waveterm.dev/releases-w2
0 commit comments