We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d1d0d commit 1d9e14cCopy full SHA for 1d9e14c
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
node-version: ${{ matrix.node-version }}
24
25
- name: Build
26
- working-directory: frontend
+ working-directory: client
27
run: |
28
npm install
29
npm run build
0 commit comments