mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
feat: add clean type errors task
This commit is contained in:
parent
0b6ca9dfea
commit
8e53da7980
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@
|
|||
"setup": "deno run -A scripts/setup.ts",
|
||||
"stats:recompute": "deno run -A scripts/stats-recompute.ts",
|
||||
"soapbox": "curl -O https://dl.soapbox.pub/main/soapbox.zip && mkdir -p public && mv soapbox.zip public/ && cd public/ && unzip soapbox.zip && rm soapbox.zip",
|
||||
"trends": "deno run -A scripts/trends.ts"
|
||||
"trends": "deno run -A scripts/trends.ts",
|
||||
"clean:type-errors": "deno cache --reload src/app.ts"
|
||||
},
|
||||
"unstable": ["cron", "ffi", "kv", "worker-options"],
|
||||
"exclude": ["./public"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue