Skip to content

Commit

Permalink
add build-local step
Browse files Browse the repository at this point in the history
  • Loading branch information
brookjeynes-ssw authored Oct 1, 2024
1 parent 1a3a8e0 commit e6caefd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"dev": "tinacms dev -c \"next dev\"",
"build": "tinacms build && next build",
"build-local": "tinacms build --local && next build",
"start": "tinacms build && next start",
"export": "npm run build && next export",
"lint": "next lint",
Expand Down

0 comments on commit e6caefd

Please sign in to comment.