diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4830ec177..802da048a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,7 +56,8 @@ jobs: run: pnpm run subrepos-updated - name: Lint - run: pnpm \ + run: | + pnpm \ --filter '!@fullcalendar-monorepos/*' \ --filter '!./examples/**' \ run lint diff --git a/standard/package.json b/standard/package.json index caf90a356..4c8e64bce 100644 --- a/standard/package.json +++ b/standard/package.json @@ -31,7 +31,7 @@ }, "scripts": { "postinstall": "standard-scripts postinstall", - "lint": "standard-scripts lint", + "xxxlint": "standard-scripts lint", "build": "standard-scripts build", "dev": "standard-scripts dev", "test": "standard-scripts test",