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 36
36
# directory.
37
37
#
38
38
# We also ensure we skip node_modules, as we can end up in a recursive loop
39
- find . -type d -name node_modules -prune -false -o -type f \( -iname ' package.json' \) -exec grep -ql ' @sap/cds' {} \; -execdir bash -c " grep -q \" ^\$ (pwd)\(/\|$\)\" \" $response_file \" " \; -execdir bash -c " echo \" Installing @sap/cds-dk into \$ (pwd) to enable CDS compilation.\" " \; -execdir npm install --silent @sap/cds-dk \;
39
+ find . -type d -name node_modules -prune -false -o -type f \( -iname ' package.json' \) -exec grep -ql ' @sap/cds' {} \; -execdir bash -c " grep -q \" ^\$ (pwd)\(/\|$\)\" \" $response_file \" " \; -execdir bash -c " echo \" Installing @sap/cds-dk into \$ (pwd) to enable CDS compilation.\" " \; -execdir npm install --silent @sap/cds-dk \; -execdir npm install --silent \;
40
40
41
41
# Use the npx command to dynamically install the cds development kit (@sap/cds-dk) package if necessary,
42
42
# which then provides the cds command line tool in directories which are not covered by the package.json
You can’t perform that action at this time.
0 commit comments