fix publish and build sdk

This commit is contained in:
Carl-Gerhard Lindesvärd
2023-11-01 20:42:20 +01:00
parent 09672b34a3
commit f7ccafbda0
4 changed files with 4 additions and 2 deletions

View File

@@ -47,10 +47,10 @@ function main() {
})
try {
execSync('npx tsup', {
execSync('bunx tsup', {
cwd: './packages/sdk',
})
execSync('npx tsup', {
execSync('bunx tsup', {
cwd: './packages/types',
})
} catch(error) {