Description
I'm trying to develop Paragon locally against frontend-template-site same as the other frontend repos: under packages/, built in dependency order by Turborepo and watched by npm run dev:packages.
A few problems off the bat:
package.json hardcodes the version. It should be 0.0.0-dev.
Missing scripts: clean and watch:build.
Makefile:6 calls ./node_modules/.bin/babel directly. Under workspace hoisting that path does not exist, so turbo run build fails for Paragon.
There might be more. Plus, the other frontend repos will need to be modified accordingly.
PRs
Description
I'm trying to develop Paragon locally against
frontend-template-sitesame as the other frontend repos: underpackages/, built in dependency order by Turborepo and watched bynpm run dev:packages.A few problems off the bat:
package.jsonhardcodes the version. It should be0.0.0-dev.Missing scripts:
cleanandwatch:build.Makefile:6calls./node_modules/.bin/babeldirectly. Under workspace hoisting that path does not exist, soturbo run buildfails for Paragon.There might be more. Plus, the other frontend repos will need to be modified accordingly.
PRs