We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e279e0e commit 1627b31Copy full SHA for 1627b31
.github/workflows/deploy-staging.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install & build React client
27
working-directory: client
28
run: |
29
- npm ci
+ npm install # <— no lockfile needed
30
npm run build
31
32
- name: Deploy to GitHub Pages (staging)
0 commit comments