Skip to content

Commit

Permalink
Replace build step test with Next.js build
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeburden committed Aug 16, 2021
1 parent 52c986b commit 128ca04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Run Spellcheck
run: yarn spellcheck
- name: Run Build
run: yarn build
run: yarn next-build

0 comments on commit 128ca04

Please sign in to comment.