fix: removed multi from sync

This commit is contained in:
John Yeo
2026-05-01 09:06:15 +01:00
parent b51c52f05a
commit 5c40ad180c
3 changed files with 2 additions and 6 deletions

View File

@@ -17,10 +17,6 @@ changed_files="$(
done | sort -u
)"
if printf '%s\n' "$changed_files" | grep -q '^server/'; then
bunx turbo run test:unit --filter=@autumn/server
fi
if printf '%s\n' "$changed_files" | grep -q '^vite/'; then
bunx turbo run test:unit --filter=@autumn/vite
fi

2
ai

Submodule ai updated: 18d68d3c2a...e66bb80796

View File

@@ -146,7 +146,7 @@ export const syncItemV4 = async ({
customerId,
featureId,
customerEntitlementIds,
readMaster: true,
// readMaster: true,
});
if (outcome.kind !== "ok") {