We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd63ee commit 048d6aaCopy full SHA for 048d6aa
1 file changed
.github/workflows/deployment.yaml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
path: ~/.npm
24
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
25
- - name: Install Dependencies
+ - name: install Dependencies
26
run: npm ci
27
- name: Build Project
28
run: npm run build
0 commit comments