Skip to content

Commit 3b94132

Browse files
committed
Update working directory on CI workflow file
1 parent 947a749 commit 3b94132

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
NODE: 18
13-
WORKING_DIRECTORY: web
13+
WORKING_DIRECTORY: packages/web
1414

1515
jobs:
1616
prep:

.github/workflows/deploy-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
NODE: 18
10-
WORKING_DIRECTORY: web
10+
WORKING_DIRECTORY: packages/web
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)