Skip to content

Commit c5a1dc4

Browse files
committed
Fix e2e step
1 parent b3246ae commit c5a1dc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
node-version: ${{ env.PRIMARY_NODEJS_VERSION }}
8585
cache: "npm"
8686
- run: npm ci
87+
- run: npm run transpile
8788
- run: npm run bundle
8889
- run: npm run test:e2e
8990

0 commit comments

Comments
 (0)