Skip to content

Commit

Permalink
Add next export script for static build (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree authored Nov 30, 2023
1 parent 5e91605 commit c7bccff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/core-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
"analyze": "source-map-explorer 'build/static/js/*.js'",
"add:language": "bash ./scripts/add-language.sh",
"build": "next build",
"export": "next export",
"build:goerli-app": "bash ./scripts/build.sh goerli",
"build:mainnet-app": "bash ./scripts/build.sh mainnet",
"build:coingecko-json": "bash ./scripts/build-coingecko-json.sh",
Expand Down

0 comments on commit c7bccff

Please sign in to comment.