updated clean script

This commit is contained in:
Bojan Kucera 2025-06-07 15:04:27 -04:00
parent b3b4dee8bc
commit 6fb16b9e26
2 changed files with 127 additions and 2 deletions

View file

@ -19,10 +19,13 @@
"lint": "turbo run lint",
"start": "turbo run start",
"clean": "turbo run clean",
"clean:cache": "powershell ./scripts/clean.ps1 -cache",
"clean:dist": "powershell ./scripts/clean.ps1 -dist",
"clean:modules": "powershell ./scripts/clean.ps1 -modules",
"clean:all": "powershell ./scripts/clean.ps1 -all",
"clean:all:force": "powershell ./scripts/clean.ps1 -all -force",
"clean:fresh": "powershell ./scripts/clean.ps1 -fresh",
"clean:fresh:force": "powershell ./scripts/clean.ps1 -fresh -force",
"backtest": "turbo run backtest",
"docker:start": "powershell ./scripts/docker.ps1 start",
"docker:stop": "powershell ./scripts/docker.ps1 stop",