0aea6b96ca
Closes #853 --------- Co-authored-by: Aram Akhavan <github@aram.nubmail.ca> Co-authored-by: Aram Akhavan <1147328+kaysond@users.noreply.github.com>
11 lines
199 B
JSON
11 lines
199 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Build Frontend",
|
|
"type": "shell",
|
|
"command": "cd webapp/frontend && npm run build:prod -- --output-path=../../dist"
|
|
}
|
|
]
|
|
}
|