From de98a67b4166798548ee113f723eb0ec2c0e5479 Mon Sep 17 00:00:00 2001 From: Vlad Frangu Date: Sat, 31 May 2025 13:02:22 +0300 Subject: [PATCH] chore: ci --- .github/workflows/create-pr-for-release-and-publish.yml | 2 +- .github/workflows/documentation.yml | 4 ++-- .github/workflows/publish-next.yml | 2 +- package.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/create-pr-for-release-and-publish.yml b/.github/workflows/create-pr-for-release-and-publish.yml index e09bd2be..7815fd8e 100644 --- a/.github/workflows/create-pr-for-release-and-publish.yml +++ b/.github/workflows/create-pr-for-release-and-publish.yml @@ -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 diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e7358bda..286cab1f 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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') }} diff --git a/.github/workflows/publish-next.yml b/.github/workflows/publish-next.yml index 6342e19f..483a8077 100644 --- a/.github/workflows/publish-next.yml +++ b/.github/workflows/publish-next.yml @@ -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 diff --git a/package.json b/package.json index e363c57e..e4f71c1f 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,8 @@ "typescript": "^5.8.3" }, "publishConfig": { - "provenance": true + "provenance": true, + "access": "public" }, "repository": { "type": "git",