Unverified Commit c4c4ec3c authored by Hong Minhee's avatar Hong Minhee
Browse files

pnpm workspace

parent 28bc29dd
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -384,13 +384,18 @@ jobs:
      with:
        repository: ${{ github.event.pull_request.head.repo.full_name }}
        ref: ${{ github.event.pull_request.head.sha }}
    - uses: denoland/setup-deno@v2
      with:
        deno-version: v2.x
    - uses: actions/setup-node@v4
      with:
        node-version: lts/*
    - uses: pnpm/action-setup@v4
      with:
        version: 10
    - run: |
        set -ex
        pnpm install
        pnpm add -D "@fedify/fedify@$SHORT_VERSION"
        if [[ "$GITHUB_EVENT_NAME" = "push" && "$GITHUB_REF_TYPE" = "tag" ]]; then
          EXTRA_NAV_TEXT=Unstable \
          EXTRA_NAV_LINK="$UNSTABLE_DOCS_URL" \
+2 −3
Original line number Diff line number Diff line
.claude/
.claude/settings.local.json
.DS_Store
deno.lock
node_modules/
repomix-output.xml
t.ts
t2.ts

**/.claude/settings.local.json
+4 −4
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
    "@cloudflare/workers-types": "4.20250529.0",
    "@deno/kv": "^0.8.4",
    "@fedify/amqp": "^0.2.0",
    "@fedify/fedify": "1.7.0-pr.251.885",
    "@fedify/fedify": "workspace:",
    "@fedify/postgres": "^0.3.0",
    "@fedify/redis": "^0.4.0",
    "@hono/node-server": "^1.13.7",
@@ -39,9 +39,9 @@
    "x-forwarded-fetch": "^0.2.0"
  },
  "scripts": {
    "dev": "vitepress dev",
    "build": "vitepress build",
    "preview": "vitepress preview"
    "dev": "cd ../ && pnpm run --filter '!{docs}' -r build && cd docs/ && vitepress dev",
    "build": "cd ../ && pnpm run --filter '!{docs}' -r build && cd docs/ && vitepress build",
    "preview": "cd ../ && pnpm run --filter '!{docs}' -r build && cd docs/ && vitepress preview"
  },
  "pnpm": {
    "patchedDependencies": {
+2 −2
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@
    "@es-toolkit/es-toolkit": "npm:es-toolkit@^1.38.0",
    "@hugoalh/http-header-link": "^1.0.2",
    "@js-temporal/polyfill": "^0.5.1",
    "@logtape/logtape": "^1.0.0",
    "@logtape/logtape": "catalog:",
    "@multiformats/base-x": "^4.0.1",
    "@opentelemetry/api": "^1.9.0",
    "@opentelemetry/semantic-conventions": "^1.27.0",
@@ -105,7 +105,7 @@
  "devDependencies": {
    "@cloudflare/workers-types": "^4.20250529.0",
    "@std/assert": "jsr:^0.226.0",
    "@std/path": "jsr:^1.0.9",
    "@std/path": "catalog:",
    "@std/url": "jsr:1.0.0-rc.3",
    "@std/yaml": "jsr:^1.0.6",
    "@types/node": "^22.15.21",
+2190 −537

File changed and moved.

Preview size limit exceeded, changes collapsed.

Loading