We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf04ce commit cdfa681Copy full SHA for cdfa681
1 file changed
.gitlab-ci.yml
@@ -10,6 +10,7 @@ stages:
10
script:
11
- npm ci
12
- npm run build
13
+ - cd packages/runtime/ && npm run build && cd -
14
- npm install packages/runtime --unsafe-perm
15
- npm run test
16
0 commit comments