Skip to content

Commit cdfa681

Browse files
committed
Fix(CI): Trying to fix CI
1 parent ebf04ce commit cdfa681

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ stages:
1010
script:
1111
- npm ci
1212
- npm run build
13+
- cd packages/runtime/ && npm run build && cd -
1314
- npm install packages/runtime --unsafe-perm
1415
- npm run test
1516

0 commit comments

Comments
 (0)