Skip to content

Support developing Paragon as a workspace package #4440

Description

@arbrandes

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions