From d77830b97fe95135ab997e420d5e27633ad3359e Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Wed, 15 Oct 2025 23:01:17 +0800 Subject: [PATCH] feat: add markdown-it type definitions as a dev dependency --- .github/workflows/dashboard_ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dashboard_ci.yml b/.github/workflows/dashboard_ci.yml index 9299dd6f5..537851761 100644 --- a/.github/workflows/dashboard_ci.yml +++ b/.github/workflows/dashboard_ci.yml @@ -17,6 +17,7 @@ jobs: run: | cd dashboard npm install + npm i --save-dev @types/markdown-it npm run build - name: Inject Commit SHA