mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-30 20:54:05 -06:00
10 lines
167 B
JSON
10 lines
167 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "build",
|
||
|
"type": "shell",
|
||
|
"command": "npx run-s compile browserify"
|
||
|
}
|
||
|
]
|
||
|
}
|