Skip to content

Add build:selfhost target for quick validation#835

Open
dannyvv wants to merge 3 commits intomicrosoft:masterfrom
dannyvv:pr/AddSelfHostTarget
Open

Add build:selfhost target for quick validation#835
dannyvv wants to merge 3 commits intomicrosoft:masterfrom
dannyvv:pr/AddSelfHostTarget

Conversation

@dannyvv
Copy link
Member

@dannyvv dannyvv commented Dec 16, 2024

Building Lage itself with itself is a nice test case, so adding a target build:selfhost that does this.

"change": "beachball change",
"checkchange": "beachball check",
"ci": "lage transpile types build test lint bundle",
"ci:selfhost": "node packages/lage/dist/lage.js transpile types build test lint bundle",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build actually includes transpile, types, and bundle... so it's likely redundant here.

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