mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
show folder infos
This commit is contained in:
@@ -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
|
||||
|
||||
3
meteor
3
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)"
|
||||
|
||||
Reference in New Issue
Block a user