diff --git a/.gitea/workflows/default_tags.yaml b/.gitea/workflows/default_tags.yaml index ba70ff0..f6f374c 100644 --- a/.gitea/workflows/default_tags.yaml +++ b/.gitea/workflows/default_tags.yaml @@ -105,7 +105,8 @@ jobs: run: | npmci node install stable npmci npm install - npmci command npm run buildDocs + pnpm install -g @gitzone/tsdoc + npmci command tsdoc continue-on-error: true - name: Upload artifacts diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 6f186d0..0172ab1 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartfile', - version: '10.0.23', + version: '10.0.24', description: 'offers smart ways to work with files in nodejs' }