From b3dddc0570928a20436f71009ea26227edc53274 Mon Sep 17 00:00:00 2001 From: Pax1601 Date: Thu, 21 Sep 2023 13:10:39 +0200 Subject: [PATCH] Added types folder --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c0f4c31..e7aa6a69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: working-directory: ./client - name: Create the docs directory locally in CI - run: npx typedoc --out ../docs src/*.ts src/contextmenus/*.ts src/controls/*.ts src/map/*.ts src/mission/*.ts src/other/*.ts src/panels/*.ts src/popups/*.ts src/server/*.ts src/unit/*.ts src/weapon/*.ts + run: npx typedoc --out ../docs @types/*.d.ts src/*.ts src/contextmenus/*.ts src/controls/*.ts src/map/*.ts src/mission/*.ts src/other/*.ts src/panels/*.ts src/popups/*.ts src/server/*.ts src/unit/*.ts src/weapon/*.ts working-directory: ./client deploy: