We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63e9e2 commit 69756f8Copy full SHA for 69756f8
local.sh
@@ -2,10 +2,8 @@
2
3
## Install runtime dependencies
4
dependencies=$(bash ./get-runtime-dependencies.sh);
5
-echo $dependencies;
6
npm i --no-save --silent $dependencies --@tinystacks:registry=https://registry.npmjs.org;
7
dependencyNames=$(bash ./get-runtime-dependencies.sh -n);
8
-echo $dependencyNames;
9
node ./generate-plugins-index.js $dependencyNames;
10
11
## Setup environment variables
0 commit comments