[Website] Restore shared build dependency for typecheck (#20936)
Should fix the CI failure on `typecheck` by building twenty-shared first.
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
]
|
||||
},
|
||||
"typecheck": {
|
||||
"dependsOn": ["generate-release-manifest"]
|
||||
"dependsOn": ["generate-release-manifest", "^build"]
|
||||
},
|
||||
"test": {},
|
||||
"fmt": {
|
||||
|
||||
Reference in New Issue
Block a user