From c641bb8dcf8ea91c16fecce0cfc134c9d82a05b3 Mon Sep 17 00:00:00 2001 From: codytseng Date: Sun, 21 Jan 2024 23:19:53 +0800 Subject: [PATCH] chore: remove test from typedoc workflow --- .github/workflows/typedoc.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/typedoc.yml b/.github/workflows/typedoc.yml index 1c7d63b3..83b9f548 100644 --- a/.github/workflows/typedoc.yml +++ b/.github/workflows/typedoc.yml @@ -33,9 +33,6 @@ jobs: - name: Build the project run: npm run build - - name: Unit tests - run: npm run test - - name: Create the docs directory run: npm run docs