replace bun with pnpm and added dockerfile for web

This commit is contained in:
Carl-Gerhard Lindesvärd
2023-11-02 11:29:28 +01:00
parent 4dde07704a
commit 9b329ef2f2
15 changed files with 5598 additions and 50 deletions

View File

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