mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore: add generate:icons to build dependsOn
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
"concurrency": "20",
|
||||
"tasks": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"dependsOn": ["generate:icons", "^build"],
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
"dev": {
|
||||
|
||||
Reference in New Issue
Block a user