File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ if [[ ! -f functions/package.json ]]; then
1818 echo ' Handling functions without package.json'
1919 cp /converter/without-package/package.json .
2020 cp /converter/without-package/package-lock.json .
21- cp /converter/install-function-dependencies .
2221 ln -s node_modules/.bin/functions-framework start-functions-framework
2322elif ! cat functions/package.json | jq -e " .dependencies.\" @google-cloud/functions-framework\" " ; then
2423 echo ' Handling functions with package.json without dependency on @google-cloud/functions-framework'
3029 echo ' Handling functions with package.json with dependency on functions-framework'
3130 cp /converter/with-package-with-framework/package.json .
3231 cp /converter/with-package-with-framework/package-lock.json .
32+ cp /converter/install-function-dependencies .
3333 ln -s functions/node_modules/.bin/functions-framework start-functions-framework
3434fi
3535
You can’t perform that action at this time.
0 commit comments