mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
A few updates seem to have made the Preact client stop working, but this restores it to working state again.
16 lines
227 B
JSON
16 lines
227 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "npm",
|
|
"script": "build",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"problemMatcher": [],
|
|
"label": "npm: build",
|
|
"detail": "node build"
|
|
}
|
|
]
|
|
} |