You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,3 +159,5 @@ This project uses pnpm with workspace configuration. The required version is spe
159
159
- Create a changeset using `pnpm changeset add`
160
160
- All changed packages should be included in the changeset. Never include unchanged packages.
161
161
- All changes should be marked as "patch". Never use "major" or "minor" modes.
162
+
- Remember to always build any packages that get changed before running downstream tests like e2e tests in the workbench
163
+
- Remember that changes made to one workbench should propogate to all other workbenches. The workflows should typically only be written once inside the example workbench and symlinked into all the other workbenches
0 commit comments