config: run dependent tasks before running tests

This commit is contained in:
Abdullah Atta
2022-09-09 00:23:32 +05:00
parent 42c745088a
commit a5a7f4734f

View File

@@ -14,6 +14,12 @@
"start": {
"dependsOn": ["^build"]
},
"test:core": {
"dependsOn": ["^build"]
},
"test": {
"dependsOn": ["^build"]
},
"run-android": {
"dependsOn": ["^build"]
},