Skip to content

Commit 410d0a2

Browse files
authored
Merge branch 'master' into fix-icons-dialog
2 parents 7c9c5fa + 2802aba commit 410d0a2

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ jobs:
6464
# - run: pnpm release:changelog
6565
# env:
6666
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67-
- name: Check docs links
68-
if: ${{ matrix.os == 'ubuntu-latest' }}
69-
run: pnpm docs:link-check
7067
- name: Debug export-detail.json on when pnpm docs:build fails with EMFILE error
7168
if: failure()
7269
run: cat ./docs/.next/export-detail.json || true

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"license": "MIT",
55
"scripts": {
6-
"build": "rimraf ./export && cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=8192 next build --webpack && pnpm build-sw",
6+
"build": "rimraf ./export && cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=8192 next build --webpack && pnpm build-sw && pnpm link-check",
77
"build:turbopack": "rimraf ./export && cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=8192 next build --turbopack && pnpm build-sw",
88
"build:clean": "rimraf .next && pnpm build",
99
"build-sw": "node ./scripts/buildServiceWorker.js",

0 commit comments

Comments
 (0)