diff --git a/package.json b/package.json index a965a9c..f92f006 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "flynn": "dist/cli/index.js" }, "scripts": { - "build": "tsc", + "build": "tsc && cp -r src/gateway/ui dist/gateway/ui", "dev": "tsx watch src/cli/index.ts -- start", "start": "node dist/cli/index.js start", "tui": "node --no-deprecation --import tsx/esm src/cli/index.ts tui",