publish: add express to publish tool

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-03-31 15:20:11 +02:00
parent edcc08e1df
commit d009d702e4

View File

@@ -4,7 +4,7 @@ import path from 'node:path';
import arg from 'arg';
import semver from 'semver';
const sdkPackages = ['sdk', 'react-native', 'web', 'nextjs'];
const sdkPackages = ['sdk', 'react-native', 'web', 'nextjs', 'express'];
const workspacePath = (relativePath: string) =>
path.resolve(__dirname, '../../', relativePath);