From fc16c970ddfd7df82448cbeaa2c9e0e5ab4cb2a3 Mon Sep 17 00:00:00 2001 From: elimoshkovich Date: Tue, 26 Mar 2024 19:13:50 +0200 Subject: [PATCH] wip3 --- .github/workflows/publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0f23dbf..f3e130a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,6 +20,8 @@ jobs: - name: Install dependencies run: | + rm -rf node_modules + yarn install yarn run build yarn docs ; git add docs/ ; git commit -m "update tsdoc"