diff --git a/.circleci/config.yml b/.circleci/config.yml index 5a36ecd48f0849..c47c283cb5e1c9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -244,7 +244,7 @@ jobs: name: Lint writing style command: | vale sync - pnpm run valelint + pnpm valelint test_static: <<: *default-job steps: diff --git a/apps/pigment-css-next-app/README.md b/apps/pigment-css-next-app/README.md index 981a5f388be63e..ed983b5fd8b560 100644 --- a/apps/pigment-css-next-app/README.md +++ b/apps/pigment-css-next-app/README.md @@ -4,7 +4,7 @@ This is a Pigment CSS and [Next.js](https://nextjs.org/) project bootstrapped w ## Getting started -First, build all the packages in the workspace atleast once. Run +First, build all the packages in the workspace at least once. Run ```bash pnpm build:zero diff --git a/apps/pigment-css-vite-app/README.md b/apps/pigment-css-vite-app/README.md index ea37e4a3adb7de..a9491647bf3268 100644 --- a/apps/pigment-css-vite-app/README.md +++ b/apps/pigment-css-vite-app/README.md @@ -5,7 +5,7 @@ This project is not part of the workspace yet. ## How to run -You can either run `pnpm build` to build all packages, or else build the two most important ones: +You can either run `pnpm build` to build all packages or else build the two most important ones: 1. `@pigment-css/react` 2. `@pigment-css/vite-plugin` diff --git a/docs/data/joy/getting-started/templates/TemplateCollection.js b/docs/data/joy/getting-started/templates/TemplateCollection.js index 171ed4e5293c2c..28bad8f0d3e98f 100644 --- a/docs/data/joy/getting-started/templates/TemplateCollection.js +++ b/docs/data/joy/getting-started/templates/TemplateCollection.js @@ -88,7 +88,7 @@ const templates = [ author: authors.MUI, design: { name: 'Frames X', - link: 'https://framesxdesign.com/', + link: 'https://framesxdesign.com/product', }, }, ]; diff --git a/docs/next.config.mjs b/docs/next.config.mjs index 825504dbeb620f..f439a7f5a26a72 100644 --- a/docs/next.config.mjs +++ b/docs/next.config.mjs @@ -256,7 +256,7 @@ export default withDocsInfra({ return map; }, - // Used to signal we run yarn build + // Used to signal we run pnpm build ...(process.env.NODE_ENV === 'production' ? { output: 'export',