chore: ci

This commit is contained in:
Vlad Frangu
2025-05-31 13:02:22 +03:00
parent a822bc3f77
commit de98a67b41
4 changed files with 6 additions and 5 deletions

View File

@@ -82,7 +82,7 @@ jobs:
with:
cache: 'yarn'
node-version-file: package.json
registry-url: https://registry.npmjs.org/
registry-url: https://registry.npmjs.org
- name: Install Dependencies
run: yarn

View File

@@ -123,10 +123,10 @@ jobs:
- name: Build docs
shell: bash
run: |
yarn prepublishOnly
yarn prepack
./djs/packages/api-extractor/bin/api-extractor run --local --minify
./djs/packages/scripts/bin/generateSplitDocumentation.js
yarn postpublish
yarn postpack
- name: Upload documentation to database
if: ${{ env.REF_TYPE == 'tag' && (!inputs.ref || inputs.ref == 'main') }}

View File

@@ -32,7 +32,7 @@ jobs:
with:
cache: 'yarn'
node-version-file: package.json
registry-url: https://registry.npmjs.org/
registry-url: https://registry.npmjs.org
- name: Install Dependencies
run: yarn

View File

@@ -158,7 +158,8 @@
"typescript": "^5.8.3"
},
"publishConfig": {
"provenance": true
"provenance": true,
"access": "public"
},
"repository": {
"type": "git",