mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 13:37:09 +00:00
Corrected example: Changed next build to next export (#200)
* Changed next build to next export Propper comand to export a static site is next export. See [here](https://nextjs.org/docs#usage) * Corrected build command per suggestion Both next build && next export are needed Co-Authored-By: Jacob Bolda <me@jacobbolda.com> Co-authored-by: Jacob Bolda <me@jacobbolda.com>
This commit is contained in:
parent
e4fd3bb0d7
commit
cd85d681b7
@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"build": "next build && next export",
|
||||
"start": "next start",
|
||||
"tauri:prod": "tauri",
|
||||
"tauri:source": "node ../../../cli/tauri.js/bin/tauri",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user