Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ This public monorepo owns the Constructive Blocks documentation, the

```bash
pnpm check
pnpm check:full
pnpm build:pages
pnpm build:storybook
pnpm pack:local
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ pnpm pack:local

Development and release verification use Node 24 LTS and pnpm 10.28.0. All
first-party executable tooling is TypeScript and runs through `tsx`.
Use `pnpm check:full` when validating Storybook, registry installation, and
publishable package artifacts together.

`pnpm pack:local` builds the public packages and writes publishable tarballs to
the ignored `.artifacts/npm` directory. Consume those tarballs from downstream
Expand Down
1 change: 0 additions & 1 deletion apps/blocks/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.next
node_modules
next-env.d.ts
.source
# build:registry output + temp transformed registry
public/r/
.registry-build.json
Expand Down

This file was deleted.

Loading