We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3d4ee commit 21a705aCopy full SHA for 21a705a
bin/compile
@@ -56,7 +56,9 @@ cp "$BP_DIR/.profile.d/inject_react_app_env.sh" "$profile_d_dir/"
56
# * https://github.com/facebookincubator/create-react-app/pull/476
57
# * `NPM_*`, especially for `NPM_TOKEN`
58
# * https://docs.npmjs.com/private-modules/ci-server-config
59
-export_env_dir "$ENV_DIR" '^(REACT_APP_|NODE_|NPM_)'
+# * `HEROKU_*`, especially for Dyno Metadata
60
+# * https://devcenter.heroku.com/articles/dyno-metadata
61
+export_env_dir "$ENV_DIR" '^(REACT_APP_|NODE_|NPM_|HEROKU_)'
62
63
# Build the javascript bundle
64
npm run build
0 commit comments