diff --git a/.drone.jsonnet b/.drone.jsonnet index 0ad7b5a..b446975 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -17,7 +17,7 @@ local testing(version, arch) = { name: 'lint-frontend', image: 'guergeiro/pnpm', commands: [ - 'pnpm i', + 'pnpm i -F frontend', 'make lint-frontend', ], }, diff --git a/frontend/.gitignore b/frontend/.gitignore index 6635cf5..cda2e52 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -1,6 +1,7 @@ .DS_Store node_modules -/build +build/* +!build/.gitkeep /.svelte-kit /package .env diff --git a/frontend/build/.gitkeep b/frontend/build/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/frontend/static/.gitkeep b/frontend/static/.gitkeep new file mode 100644 index 0000000..e69de29