From 41f78d948e9e60345c10ced5e47850a03f1f6bef Mon Sep 17 00:00:00 2001 From: Sam Alba Date: Tue, 13 Apr 2021 14:14:44 -0700 Subject: [PATCH] stdlib/js/react: removed debug msg Signed-off-by: Sam Alba --- stdlib/js/react/react.cue | 1 - 1 file changed, 1 deletion(-) diff --git a/stdlib/js/react/react.cue b/stdlib/js/react/react.cue index 42ea07a8..a3fbc74e 100644 --- a/stdlib/js/react/react.cue +++ b/stdlib/js/react/react.cue @@ -47,7 +47,6 @@ import ( "-c", """ [ -n "$ENVFILE_NAME" ] && echo "$ENVFILE" > "$ENVFILE_NAME" - cat .env yarn install --production false yarn run "$YARN_BUILD_SCRIPT" mv "$YARN_BUILD_DIRECTORY" /build