Skip to content

Commit e7122fd

Browse files
committed
Merge branch 'develop' into SDMEXT-2853
2 parents 48b1fd0 + e4fafbb commit e7122fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/single-tenant/central-space/demoapp/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"start": "node node_modules/@sap/hdi-deploy/deploy.js --use-hdb",
12-
"build": "npm ci && npx cds build .. --for hana --production"
12+
"build": "npm i && npx cds build .. --for hana --production"
1313
}
1414
}
1515

app/single-tenant/personal-space/demoapp/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"start": "node node_modules/@sap/hdi-deploy/deploy.js --use-hdb",
12-
"build": "npm ci && npx cds build .. --for hana --production"
12+
"build": "npm i && npx cds build .. --for hana --production"
1313
}
1414
}
1515

0 commit comments

Comments
 (0)