We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm i
npm ci
1 parent 0f1a1ed commit 669f659Copy full SHA for 669f659
1 file changed
.github/workflows/cf.yaml
@@ -40,7 +40,7 @@ jobs:
40
cf-space: ${{ vars.CF_SPACE }}
41
cf-username: ${{ vars.CF_USERNAME }}
42
cf-password: ${{ secrets.CF_PASSWORD }}
43
- - run: npm clean-install
+ - run: npm install
44
- run: npx cds up
45
46
- run: cf logs ${{ env.APP_NAME }} --recent
0 commit comments