Skip to content

Commit 2139082

Browse files
authored
Merge pull request #6 from constructive-io/fix/clean-root-build
fix(build): clean stale output and streamline verification
2 parents 24c7cdb + 47e981e commit 2139082

70 files changed

Lines changed: 5 additions & 15061 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This public monorepo owns the Constructive Blocks documentation, the
2222

2323
```bash
2424
pnpm check
25+
pnpm check:full
2526
pnpm build:pages
2627
pnpm build:storybook
2728
pnpm pack:local

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ pnpm pack:local
3939

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

4345
`pnpm pack:local` builds the public packages and writes publishable tarballs to
4446
the ignored `.artifacts/npm` directory. Consume those tarballs from downstream

apps/blocks/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.next
22
node_modules
33
next-env.d.ts
4-
.source
54
# build:registry output + temp transformed registry
65
public/r/
76
.registry-build.json

apps/blocks/src/blocks/auth/account-api-keys-list/account-api-keys-list.test.tsx

Lines changed: 0 additions & 288 deletions
This file was deleted.

0 commit comments

Comments
 (0)