Skip to content

Commit

Permalink
Add an env option to yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolmin committed Nov 20, 2023
1 parent fb55424 commit aee7709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"dev": "next dev",
"dev:preset": "./tools/scripts/dev.preset.sh",
"build": "next build",
"build": "NODE_OPTIONS=--max-old-space-size=6144 next build",
"build:docker": "docker build --build-arg GIT_COMMIT_SHA=$(git rev-parse --short HEAD) --build-arg GIT_TAG=$(git describe --tags --abbrev=0) -t blockscout-frontend:local ./",
"start": "next start",
"start:docker:local": "docker run -p 3000:3000 --env-file .env.local blockscout-frontend:local",
Expand Down

0 comments on commit aee7709

Please sign in to comment.