Merged in chore/typegen-nextjs-routes (pull request #3147)
Make check-types dependent on next typegen * add typegen as a prestep Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
"include:shared": {
|
||||
"outputs": ["public/_static/shared/**"]
|
||||
},
|
||||
"typegen": { "dependsOn": [] },
|
||||
"check-types": { "dependsOn": ["typegen"] },
|
||||
"clean": {
|
||||
"cache": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user