updated clean script
This commit is contained in:
parent
b3b4dee8bc
commit
6fb16b9e26
2 changed files with 127 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue