File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ if [[ ! -f functions/package.json ]]; then
18
18
echo ' Handling functions without package.json'
19
19
cp /converter/without-package/package.json .
20
20
cp /converter/without-package/package-lock.json .
21
- cp /converter/install-function-dependencies .
22
21
ln -s node_modules/.bin/functions-framework start-functions-framework
23
22
elif ! cat functions/package.json | jq -e " .dependencies.\" @google-cloud/functions-framework\" " ; then
24
23
echo ' Handling functions with package.json without dependency on @google-cloud/functions-framework'
30
29
echo ' Handling functions with package.json with dependency on functions-framework'
31
30
cp /converter/with-package-with-framework/package.json .
32
31
cp /converter/with-package-with-framework/package-lock.json .
32
+ cp /converter/install-function-dependencies .
33
33
ln -s functions/node_modules/.bin/functions-framework start-functions-framework
34
34
fi
35
35
You can’t perform that action at this time.
0 commit comments