We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40cc15b commit a01c2e7Copy full SHA for a01c2e7
CLAUDE.md
@@ -20,3 +20,15 @@ When implemented, this will likely be a GitHub Action with:
20
- CI/CD workflows in `.github/workflows/`
21
- Documentation in `README.md` files
22
- Linting with ESLint and Prettier
23
+
24
+## Pull Request Workflow
25
26
+When raising a PR, follow these steps to ensure the "check dist is up to date" build step passes:
27
28
+1. Rebase on main: `git rebase main`
29
+2. Install dependencies: `yarn install`
30
+3. Build the distribution: `yarn build`
31
+4. Commit the changes to `dist/` if any files were updated
32
+5. Push the branch and create the PR
33
34
+This ensures the built distribution files in `dist/` are always up to date with the source code.
0 commit comments