Skip to content

Fix setup script build order#127

Merged
samuelmtimbo merged 2 commits intosamuelmtimbo:mainfrom
saint0x:fix/setup-script-order
Jan 13, 2026
Merged

Fix setup script build order#127
samuelmtimbo merged 2 commits intosamuelmtimbo:mainfrom
saint0x:fix/setup-script-order

Conversation

@saint0x
Copy link
Contributor

@saint0x saint0x commented Jan 12, 2026

Swaps run-s build lib to run-s lib build in the setup script.

Problem: npm run setup fails on fresh clone because build needs lib/ to exist first.

Fix: Run TypeScript compilation (lib) before esbuild bundling (build).

The setup script was running `build lib` but `build` depends on
`lib/index.js` existing first. Changed to `lib build` so TypeScript
compilation happens before the esbuild bundling step.
@saint0x saint0x changed the title fix: correct setup script order to build lib before bundle Fix setup script build order Jan 12, 2026
@samuelmtimbo samuelmtimbo merged commit 73b73a4 into samuelmtimbo:main Jan 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants