Skip to content

Commit 8aded10

Browse files
authored
Merge pull request #5240 from continuedev/dallin/jetbrains-config-yaml
Fix build script relative path
2 parents 5f50160 + b598f09 commit 8aded10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jetbrains-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175

176176
- name: Build and check config-yaml
177177
run: |
178-
cd packages/config-yaml
178+
cd ../../packages/config-yaml
179179
npm i
180180
npx tsc --noEmit
181181
# Tests are currently failing, commenting out for now

0 commit comments

Comments
 (0)