Ci test & refactor#1
Merged
Merged
Conversation
…repare in fast-checks
…path - @youngro/emotion-tokens: default exports to src; replace invalid "production" key with conventional "./dist" subpath - @youngro/feature-youngro-card: default to src; add "./dist" subpath - @youngro/lib-utils: default to src; add "./dist" subpath - @youngro/design-tokens: default to src; keep styles passthrough; add "./dist" subpath - @youngro/icons: use aggregated source index for "." and "./react"; keep "./dist" subpath; add src/generated/index.tsx This enables fast type-checks under --ignore-scripts without requiring package builds, while still allowing consumers to target built artifacts via the explicit "./dist" export.
- Lint/Typecheck installs use --ignore-scripts - Fix pnpm --if-present flag position for lint - Make @repo/ui build optional to avoid unrelated failures - Add final summary job to print results and fail if any job fails
…ashFunction=xxhash64 - Observed TypeError in WasmHash.update during Next.js build under Node v22.20.0 - Add webpack override in apps/web/next.config.mjs to use xxhash64 - Verified: production build completes successfully
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix: 测试了ci/cd 流, 修复了相关问题
refactor: 重构了少量结构