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 efbf9bf commit a1d7e49Copy full SHA for a1d7e49
Taskfile.yml
@@ -8,7 +8,7 @@ vars:
8
BIN_DIR: "bin"
9
VERSION:
10
sh: node version.cjs
11
- RM: '{{if eq OS "windows"}}cmd --% /c del /S{{else}}rm {{end}}'
+ 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}}'
13
DATE: '{{if eq OS "windows"}}powershell Get-Date -UFormat{{else}}date{{end}}'
14
ARTIFACTS_BUCKET: waveterm-github-artifacts/staging-w2
0 commit comments