Skip to content

Commit

Permalink
Rename .env file to fix overrides not being applied (#2495)
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-low authored Nov 13, 2024
1 parent c51f9e4 commit 561bf01
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 @@ -139,7 +139,7 @@
"update-layers-prod": "NODE_ENV=production node scripts/update_layers.js",
"start-js": "vite",
"start": "npm-run-all -p build-env update-layers start-js",
"build-env": "dotenv -c development -- jq -n 'env | with_entries(select(.key | startswith(\"REACT_APP_\")))' > public/env.json",
"build-env": "dotenv -c -- jq -n 'env | with_entries(select(.key | startswith(\"REACT_APP_\")))' > public/env.json",
"build-js": "vite build",
"build": "yarn run build-env && yarn run build-intl && yarn run update-layers-prod && yarn run build-js",
"test": "vitest",
Expand Down

0 comments on commit 561bf01

Please sign in to comment.