mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 00:40:07 +00:00
* Update docusaurus typescript setup for v3 And fix lint-staged and eslint * Enable automatic JSX runtime * Remove babel config and dependencies * update yarn.lock * add typecheck to site workflow * update typedoc config * downgrade docusaurus packages * Update site.yml * Type context and options in webpack-docusaurus-plugin.ts * Update contributing docs remove howToUseTurborepo.md update devcontainer update task to remove error matcher remove useless packages/rest/src/README.md remove readme.hbs * Add notice for the clean build --------- Co-authored-by: Matt Hatcher <3768988+MatthewSH@users.noreply.github.com>
22 lines
409 B
JSON
22 lines
409 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Watch and Build",
|
|
"type": "shell",
|
|
"command": "yarn",
|
|
"args": ["run", "build:watch"],
|
|
"isBackground": true,
|
|
"presentation": {
|
|
"reveal": "always",
|
|
"panel": "dedicated"
|
|
},
|
|
"runOptions": {
|
|
"runOn": "folderOpen",
|
|
"instanceLimit": 1
|
|
},
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
}
|