The problem caused could be that the "ajv" script can't read generated according js files. You'd find details from the error log you met when you build the project.
To solve the problem, you can add an empty directory under "@/apps/web/src/utils/" named "__generated__", that means you should guarantee that the directory '@/apps/web/src/utils/__generated__' exists. Then re-run "yarn install", you can find out that building is done.
Hopefully that's will work for you.