Skip to content

Commit 83abcda

Browse files
fix: build
1 parent 49968c1 commit 83abcda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ default:
1010
echo "${CI_API_V4_URL#https?}/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=\${CI_JOB_TOKEN}"
1111
echo "registry=https://registry.npmmirror.com/"
1212
} | tee --append .npmrc
13+
- npm install -g yarn
1314
- yarn install
1415
cache:
1516
key: ${CI_COMMIT_REF_SLUG}

0 commit comments

Comments
 (0)