Add twenty-sdk-client to deployed packages unique version check (#18933)

as title
This commit is contained in:
martmull
2026-03-24 23:28:51 +01:00
committed by GitHub
parent 4a099ed097
commit 98c21f958a
@@ -1,7 +1,7 @@
import { readFileSync } from 'fs';
import { resolve } from 'path';
const packages = ['twenty-sdk', 'create-twenty-app'];
const packages = ['twenty-sdk', 'create-twenty-app', 'twenty-client-sdk'];
const verifyUniquePackageVersion = () => {
const packageVersions = packages.map((pkg) => {