Skip to content

Commit b28a142

Browse files
committed
fix 8
1 parent fc61114 commit b28a142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
command: cd tests/e2e && yarn compile
123123
- run:
124124
name: Verify Compiled Files
125-
command: ls -R dist/tests/
125+
command: ls -R tests/e2e/dist/tests/
126126
- run:
127127
name: Run e2e tests
128128
command: |

0 commit comments

Comments
 (0)