Skip to content

Commit 03ea592

Browse files
adding working-directory flag to specify where table-component is
1 parent 2cb7605 commit 03ea592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Install and Build
2626
run: |
2727
npm install
28-
cd ./table-component
2928
npm run build
29+
working-directory: ./table-component
3030
env:
3131
NODE_ENV: production
3232

0 commit comments

Comments
 (0)