Skip to content

Commit 3e1998f

Browse files
committed
replace npm install with npm ci
1 parent 6c80501 commit 3e1998f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

mta.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build-parameters:
1313
before-all:
1414
- builder: custom
1515
commands:
16-
- npm install
16+
- npm ci
1717
- cds build --production
1818
# Should not be required anymore https://cap.cloud.sap/docs/guides/databases-postgres#with-a-deployer-app
1919
# but cds build --production doesn't create the gen/pg folder
@@ -41,7 +41,7 @@ modules:
4141
ignore:
4242
- "node_modules/"
4343
requires:
44-
# - name: pg-beershop-external-database
44+
# - name: pg-beershop-external-database
4545
- name: pg-beershop-database
4646

4747
# ----------------- DB-UI with adminer -----------------------
@@ -119,12 +119,12 @@ resources:
119119
service-tags:
120120
- plain
121121

122-
# - name: pg-beershop-external-database
123-
# type: org.cloudfoundry.user-provided-service
124-
# parameters:
125-
## path: ./default-azure-ups-env.json
126-
# path: ./default-btp-ups-env.json
127-
# service-tags: ["relational", "database","plain"]
122+
# - name: pg-beershop-external-database
123+
# type: org.cloudfoundry.user-provided-service
124+
# parameters:
125+
## path: ./default-azure-ups-env.json
126+
# path: ./default-btp-ups-env.json
127+
# service-tags: ["relational", "database","plain"]
128128

129129
- name: pg-beershop-destination-service
130130
parameters:

0 commit comments

Comments
 (0)