Revert "fix: skip penfield builds when no changes"

This reverts commit 1a590ffc0e.
This commit is contained in:
Lewis Wynne 2026-01-31 23:36:01 +00:00
parent a7bb3adba1
commit 4d9e3c56da

View file

@ -1,3 +1,5 @@
{
"ignoreCommand": "git diff HEAD^ HEAD --quiet -- ."
"installCommand": "pnpm install",
"buildCommand": "pnpm --filter @ily/penfield build",
"outputDirectory": "dist"
}