Skip to content

Commit

Permalink
add command if build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewthe2 committed Dec 12, 2023
1 parent c8b0fa6 commit ff0e41e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ yarn build
next export -o ../server/app
```

Build might fail if `next-font-manifest.json` is missing.

```bash
touch .next/server/next-font-manifest.json
```

### Distribute for Anki

```bash
Expand Down

0 comments on commit ff0e41e

Please sign in to comment.