File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 - run : npm install -g npm@latest
5959
6060 - run : pnpm install
61+
62+ # Work around Turbo failing to allow cross-package task
63+ # dependencies - we need sdk-core built before sdk-react
64+ # can even typecheck successfully
65+ - run : pnpm --filter @hypercerts-org/sdk-core build
66+
6167 # Run checks early to fail fast before any versioning/git operations.
6268 # Note: checks run again in `pnpm release` - this is intentional to also
6369 # guard local releases and catch any issues after version bumps.
Original file line number Diff line number Diff line change 11pnpm lint-staged
22
3- pnpm build
3+ # This is too slow and discourages committing early and often
4+ # pnpm build
45
56# Warn if committing package changes without a changeset
67if git diff --cached --name-only | grep -q "^packages/" && \
You can’t perform that action at this time.
0 commit comments