fixing package.json
This commit is contained in:
parent
3b8135d04b
commit
15dd03c0ec
3 changed files with 15 additions and 1199 deletions
|
|
@ -18,6 +18,7 @@
|
|||
"lint": "turbo run lint",
|
||||
"clean": "turbo run clean",
|
||||
"start": "turbo run start",
|
||||
"clean:dist": "rimraf **/dist",
|
||||
"backtest": "turbo run backtest",
|
||||
"docker:start": "powershell ./scripts/docker.ps1 start",
|
||||
"docker:stop": "powershell ./scripts/docker.ps1 stop",
|
||||
|
|
@ -35,7 +36,7 @@
|
|||
},
|
||||
"workspaces": [
|
||||
"libs/*",
|
||||
"apps/*/*"
|
||||
"apps/*"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.12.12",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue