mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 16:45:42 +00:00
* Fix a number of build issues * Update babel.config.js * Update package.json * Update package.json * Update dreamseeker.js * Update package.json * Update webpack.config.js * Update yarn.lock * a * a Co-authored-by: Aleksej Komarov <stylemistake@gmail.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
50 lines
830 B
JSON
50 lines
830 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "process",
|
|
"command": "tools/build/build",
|
|
"windows": {
|
|
"command": ".\\tools\\build\\build.bat"
|
|
},
|
|
"options": {
|
|
"env": {
|
|
"DM_EXE": "${config:dreammaker.byondPath}"
|
|
}
|
|
},
|
|
"problemMatcher": [
|
|
"$dreammaker",
|
|
"$tsc",
|
|
"$eslint-stylish"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"label": "Build All"
|
|
},
|
|
{
|
|
"type": "dreammaker",
|
|
"dme": "tgstation.dme",
|
|
"problemMatcher": [
|
|
"$dreammaker"
|
|
],
|
|
"group": "build",
|
|
"label": "dm: build - tgstation.dme"
|
|
},
|
|
{
|
|
"type": "shell",
|
|
"command": "tgui/bin/tgui",
|
|
"windows": {
|
|
"command": ".\\tgui\\bin\\tgui.bat"
|
|
},
|
|
"problemMatcher": [
|
|
"$tsc",
|
|
"$eslint-stylish"
|
|
],
|
|
"group": "build",
|
|
"label": "tgui: build"
|
|
}
|
|
]
|
|
}
|