Does anyone else find the Ts build time
# package-development
m
Does anyone else find the Ts build time to be slow? working on 16 with a fairly small bit of extenions and its taking 20seconds or so to build (maybe am just inpatient 😄 )
n
Hi Matt, did you make any changes to the TypeScript? In that case if your doing front-end changes, then have a look at this development mode: https://github.com/umbraco/Umbraco-CMS/blob/main/.github/BUILD.md#front-end-only-changes I see it says front-end only, but you should be able to combine this with
dotnet watch
and then I think there is a way to disable compiling TS as part of dotnet run, but would have to do some investigations to get back on that specifically. <-- this would also give you a good answer, if you did not change any typescript, as that would be the way to avoid the TS-build.