Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix up workspace structure #123

Merged
merged 4 commits into from
Sep 12, 2023
Merged

Fix up workspace structure #123

merged 4 commits into from
Sep 12, 2023

Conversation

pileks
Copy link
Contributor

@pileks pileks commented Sep 9, 2023

This fixes the bad strip-ansi resolution for react-scripts:

  "resolutions": {
    "react-scripts/**/strip-ansi": "6.0.1"
  },

In order to properly add dependencies/dev dependencies, the paths to our packages should not start with a trailing ./:

  "workspaces": {
    "packages": [
      "packages/*",
      "apps/*"
    ],
    "nohoist": ["gpt-tokenizer"]
  },

For reference: yarnpkg/yarn#4878 (comment)

@pileks pileks changed the title Move styles to Tailwind directives & utilities Fix up workspace structure Sep 9, 2023
@dOrgJelli dOrgJelli merged commit 30106d2 into dev Sep 12, 2023
2 checks passed
@cbrzn cbrzn deleted the pileks/chore/tailwind-css branch December 5, 2023 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants