diff --git a/Makefile b/Makefile index 0074f3e56..0d33048cd 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ build: install pnpm run-file server/sentry.ts release deploy: - pnpm install + pnpm install -P pnpm run-file server/migrate.ts -pnpm run-file server/sentry.ts deploy diff --git a/components/Logo.vue b/components/Logo.vue index 2ee9fcf57..49110ef83 100644 --- a/components/Logo.vue +++ b/components/Logo.vue @@ -1,15 +1,6 @@