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