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"