File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments