Skip to content

Commit 5615d9a

Browse files
committed
Update pipeline
1 parent 8c4223a commit 5615d9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ package:
6767
stage: publish
6868
needs: *security-jobs
6969
script:
70+
- yarn install
71+
- yarn build
7072
- yarn pack
7173
artifacts:
7274
paths:
@@ -80,6 +82,8 @@ publish:
8082
- triggers
8183
script:
8284
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > .npmrc
85+
- yarn install
86+
- yarn build
8387
- yarn publish
8488
environment:
8589
name: npm

0 commit comments

Comments
 (0)