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 1db3314 commit 0e128f4Copy full SHA for 0e128f4
bin/compile
@@ -54,7 +54,9 @@ cp "$BP_DIR/.profile.d/inject_react_app_env.sh" "$profile_d_dir/"
54
# * https://github.com/facebookincubator/create-react-app/blob/v0.2.3/template/README.md#adding-custom-environment-variables
55
# * `NODE_*`, especially for `NODE_PATH`
56
# * https://github.com/facebookincubator/create-react-app/pull/476
57
-export_env_dir "$ENV_DIR" '^(REACT_APP_|NODE_)'
+# * `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_)'
60
61
# Build the javascript bundle
62
npm run build
0 commit comments