fix: skip penfield builds when no changes

This commit is contained in:
Lewis Wynne 2026-01-31 23:30:30 +00:00
parent 0672a761e3
commit 1a590ffc0e

View file

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