Skip to content

Commit 69756f8

Browse files
committed
removed echo's
1 parent b63e9e2 commit 69756f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

local.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22

33
## Install runtime dependencies
44
dependencies=$(bash ./get-runtime-dependencies.sh);
5-
echo $dependencies;
65
npm i --no-save --silent $dependencies --@tinystacks:registry=https://registry.npmjs.org;
76
dependencyNames=$(bash ./get-runtime-dependencies.sh -n);
8-
echo $dependencyNames;
97
node ./generate-plugins-index.js $dependencyNames;
108

119
## Setup environment variables

0 commit comments

Comments
 (0)