diff --git a/build/Taskfile.yml b/build/Taskfile.yml index ce1f3e2..12ae669 100644 --- a/build/Taskfile.yml +++ b/build/Taskfile.yml @@ -26,7 +26,17 @@ tasks: summary: Build the frontend project dir: frontend sources: - - "**/*" + - index.html + - package.json + - package-lock.json + - postcss.config.js + - tailwind.config.js + - tsconfig.json + - tsconfig.node.json + - vite.config.ts + - public/**/* + - src/**/* + - bindings/**/* generates: - dist/**/* deps: