Skip to content

Commit 669f659

Browse files
authored
Use npm i instead of npm ci in Cloud Foundry deployment (#48)
Need to do this if we decide to `.gitignore` the `package-lock.json` for this sample.
1 parent 0f1a1ed commit 669f659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cf-space: ${{ vars.CF_SPACE }}
4141
cf-username: ${{ vars.CF_USERNAME }}
4242
cf-password: ${{ secrets.CF_PASSWORD }}
43-
- run: npm clean-install
43+
- run: npm install
4444
- run: npx cds up
4545

4646
- run: cf logs ${{ env.APP_NAME }} --recent

0 commit comments

Comments
 (0)