Skip to content

Commit

Permalink
generate static pages for site for creating a build
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-tate committed Jul 18, 2023
1 parent 7d7ceb6 commit 6e11cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"style": "dist/index.css",
"scripts": {
"clean": "rm -fr public/.tmp .next",
"build": "next build",
"build": "yarn mosaic export:static && next build",
"export:static": "yarn mosaic export:static",
"build:static": "yarn cross-env GENERATE_STATIC_PARAMS_URL=\"http://localhost:8080/search-data-condensed.json\" concurrently --kill-others \"next build\"",
"dev": "next dev",
Expand Down

0 comments on commit 6e11cef

Please sign in to comment.