Questions about running Yarn

Hey @JosephN,

Just to add to what @rsp said, and reply to your second question.

  1. The /suitecrm/dist/ is not the same as /suitecrm/public/dist

    • /suitecrm/dist/ contains the output of running:
      • yarn build:common
      • yarn build:core
    • /suitecrm/public/dist contains the output of running:
      • yarn build:shell
  2. The output paths the above are defined in angular.json

  3. You only need /suitecrm/dist/ for building /suitecrm/public/dist

  4. Depending on what you are doing please consider using the dev package, it already includes the dist folder

Some other posts that might help:

1 Like