Skip to content

Commit 32b4823

Browse files
committed
booyah! (functional browsing)
1 parent b686886 commit 32b4823

17 files changed

+10744
-10653
lines changed

.github/workflows/nextjs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
7474
- name: Install dependencies
7575
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
76+
- name: Recache JSON language specification
77+
run: npm run cache
7678
- name: Build with Next.js
7779
run: ${{ steps.detect-package-manager.outputs.runner }} next build
7880
- name: Upload artifact

0 commit comments

Comments
 (0)