57 lines
895 B
TOML
57 lines
895 B
TOML
# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY
|
|
version = 1
|
|
name = "blb-throne-of-the-bone-king"
|
|
|
|
[setup]
|
|
script = "npm ci"
|
|
|
|
[[actions]]
|
|
name = "Web Dev"
|
|
icon = "run"
|
|
command = "npm run web"
|
|
|
|
[[actions]]
|
|
name = "Toolkit Dev"
|
|
icon = "run"
|
|
command = "npm run dev:toolkit"
|
|
|
|
[[actions]]
|
|
name = "Dev All"
|
|
icon = "run"
|
|
command = "npm run dev:all"
|
|
|
|
[[actions]]
|
|
name = "Dev Clear"
|
|
icon = "tool"
|
|
command = "npm run dev:clear"
|
|
|
|
[[actions]]
|
|
name = "Electron Dev"
|
|
icon = "run"
|
|
command = "npm run electron:dev"
|
|
|
|
[[actions]]
|
|
name = "Test"
|
|
icon = "tool"
|
|
command = "npm run test -- --runInBand"
|
|
|
|
[[actions]]
|
|
name = "Lint"
|
|
icon = "tool"
|
|
command = "npm run lint"
|
|
|
|
[[actions]]
|
|
name = "Web Build"
|
|
icon = "tool"
|
|
command = "npm run web:build"
|
|
|
|
[[actions]]
|
|
name = "Electron Build"
|
|
icon = "tool"
|
|
command = "npm run electron:build"
|
|
|
|
[[actions]]
|
|
name = "Electron Package"
|
|
icon = "tool"
|
|
command = "npm run electron:package"
|