mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
11 lines
232 B
JSON
11 lines
232 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Start",
|
|
"type": "shell",
|
|
"command": "rm -r \"./node_modules/@mcschema\" && npm link @mcschema/core && npm link @mcschema/java-1.16 && npm start"
|
|
}
|
|
]
|
|
}
|