Skip to content

Commit 1627b31

Browse files
authored
Update deploy-staging.yml
1 parent e279e0e commit 1627b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install & build React client
2727
working-directory: client
2828
run: |
29-
npm ci
29+
npm install # <— no lockfile needed
3030
npm run build
3131
3232
- name: Deploy to GitHub Pages (staging)

0 commit comments

Comments
 (0)