How to manually build the Accelerator.FieldTypes project

Hi!
Is there a way to manually trigger “$ ng build field-types --prod” instead of having to run the “BuildClientProjects.bat” every time we change something in the files contained within?

The rest of the front-end changes are handled using yarn build, which we can trigger from the cmd, but how do we do “the same” for changes in the FieldTypes-project?

Litium version: 7.7.1

yarn install
yarn run prod

in the root should do it i think?

Thanks! It worked :slight_smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.