Skip to content

Commit b50a50e

Browse files
committed
fix 5
1 parent 515273c commit b50a50e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ jobs:
114114
command: |
115115
sudo apt-get install -y xvfb
116116
Xvfb :99 -screen 0 1920x1080x24 &
117+
- run:
118+
name: Compile TypeScript
119+
command: yarn compile
117120
- run:
118121
name: Run e2e tests
119122
command: |

0 commit comments

Comments
 (0)