Skip to content

Commit eee74b9

Browse files
committed
fix 6
1 parent b50a50e commit eee74b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,10 @@ jobs:
116116
Xvfb :99 -screen 0 1920x1080x24 &
117117
- run:
118118
name: Compile TypeScript
119-
command: yarn compile
119+
command: cd tests/e2e && yarn compile
120+
- run:
121+
name: Verify Compiled Files
122+
command: ls -R dist/tests/
120123
- run:
121124
name: Run e2e tests
122125
command: |

0 commit comments

Comments
 (0)