chore: check types before build * chore: check types before build * remove unused package.json scripts * merge Approved-by: Linus Flood
16 lines
281 B
JSON
16 lines
281 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["include:shared", "check-types"],
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"dev": {
|
|
"dependsOn": ["include:shared"]
|
|
},
|
|
"include:shared": {
|
|
"outputs": ["public/_static/shared/**"]
|
|
}
|
|
}
|
|
}
|