diff --git a/.circleci/config.yml b/.circleci/config.yml index d3045ab424..c1c5c15e23 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -164,6 +164,8 @@ jobs: popd # Ensure to add node_modules to tools ln -s ../dev_bundle/lib/node_modules node_modules + echo "Symlink node_modules added to tools" + pwd ./meteor --get-ready # shouldn't take longer than 60 minutes no_output_timeout: 60m diff --git a/meteor b/meteor index ffe16d5d35..02922f2d17 100755 --- a/meteor +++ b/meteor @@ -7,7 +7,8 @@ BUNDLE_VERSION=18.16.0.0 # bundles that are arch specific. # Use of : "${ARCH:=$(uname)}" assignment permits users to set their # architecture manually; this is useful for multi-arch systems whose -# uname executables may sometimes return different architectures in +# uname executables may sometimes return different architectures +# in # different contexts. # Ex: ARCH=arm64 meteor ARGS...; UNAME="$(uname)"