From 3b43487cfc59e22a42a68e71e1e4eb4d5867d9af Mon Sep 17 00:00:00 2001 From: Felipe Hlibco Date: Mon, 25 Jun 2018 16:07:38 -0700 Subject: [PATCH] Update compile --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index bdf90b9..e45b0cf 100755 --- a/bin/compile +++ b/bin/compile @@ -59,4 +59,4 @@ cp "$BP_DIR/.profile.d/inject_react_app_env.sh" "$profile_d_dir/" export_env_dir "$ENV_DIR" '^(REACT_APP_|NODE_|NPM_)' # Build the javascript bundle -npm run build +# npm run build