Add twenty-sdk-client to deployed packages unique version check (#18933)
as title
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user