From 4e3d6fef5018e1c41cec935c5853ed54b1f22e33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valdemaras=20Rep=C5=A1ys?= Date: Thu, 19 Dec 2024 18:52:50 +0200 Subject: [PATCH] fix publish workflow, cleanup --- .github/workflows/publish-rc.yml | 6 ++++++ apps/website/src/components/navigation/footer.tsx | 2 +- packages/next/package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-rc.yml b/.github/workflows/publish-rc.yml index b375455..777e8e4 100644 --- a/.github/workflows/publish-rc.yml +++ b/.github/workflows/publish-rc.yml @@ -37,6 +37,12 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + - name: Build packages + run: pnpm build --filter './packages/*' + + - name: Run tests + run: pnpm test:ci --filter='./packages/*' + - name: Publish run: pnpm publish:rc diff --git a/apps/website/src/components/navigation/footer.tsx b/apps/website/src/components/navigation/footer.tsx index 562c709..92d0c10 100644 --- a/apps/website/src/components/navigation/footer.tsx +++ b/apps/website/src/components/navigation/footer.tsx @@ -1,7 +1,7 @@ import { Logo } from './logo' export const Footer = () => ( -
+
{' '} diff --git a/packages/next/package.json b/packages/next/package.json index aa4be1b..e0ef787 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -66,4 +66,4 @@ "unified": "^11.0.4", "unist-util-visit": "^5.0.0" } -} +} \ No newline at end of file