diff --git a/.github/workflows/docusaurus-build.yml b/.github/workflows/docusaurus-build.yml index ad08285..3e78791 100644 --- a/.github/workflows/docusaurus-build.yml +++ b/.github/workflows/docusaurus-build.yml @@ -9,10 +9,10 @@ on: jobs: build: - runs-on: codebuild-semoss-github-runner-${{ github.run_id }}-${{ github.run_attempt }} - container: - image: public.ecr.aws/docker/library/node:24-bullseye - steps: + runs-on: codebuild-semoss-github-runner-${{ github.run_id }}-${{ github.run_attempt }} + container: + image: public.ecr.aws/docker/library/node:24-bullseye + steps: - name: Checkout code uses: actions/checkout@v4 @@ -21,22 +21,18 @@ jobs: with: version: latest - - name: Install libatomic - run: apt-get update && apt-get install -y libatomic1 - - - name: Install plugin dependencies - run: | - cd packages/docusaurus-plugin-reactor-docgen - pnpm install --frozen-lockfile + #- name: Install plugin dependencies + # run: | + # cd packages/docusaurus-plugin-reactor-docgen + # pnpm install --frozen-lockfile - name: Install dependencies run: | - cd docusaurus - pnpm install --frozen-lockfile + pnpm install - name: Build Docusaurus site run: | cd docusaurus - pnpm run build + pnpm run build \ No newline at end of file diff --git a/packages/docusaurus-theme-reactor-docgen/package.json b/packages/docusaurus-theme-reactor-docgen/package.json index 7860df6..46c7709 100644 --- a/packages/docusaurus-theme-reactor-docgen/package.json +++ b/packages/docusaurus-theme-reactor-docgen/package.json @@ -9,7 +9,7 @@ "keywords": [], "author": "", "license": "ISC", - "packageManager": "pnpm@10.18.2", + "packageManager": "pnpm@10.11.0", "dependencies": { "@docusaurus/theme-classic": "^3.10.0", "@docusaurus/theme-common": "^3.10.0", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 6765d53..0aa1016 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,9 @@ packages: - 'docusaurus' - - 'packages/*' \ No newline at end of file + - 'packages/*' +allowBuilds: + '@parcel/watcher': true + core-js: true + core-js-pure: true + inotify: false + postman-code-generators: true \ No newline at end of file