Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 46ccf81

Browse files
Merge pull request #210 from Ultimaker/fix_npm_publish
Do a yarn build so we have 'dist' to publish
2 parents 2f8217d + dd4ab02 commit 46ccf81

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
@@ -37,6 +37,7 @@ pages:
3737
publish:
3838
stage: deploy
3939
script:
40+
- yarn build
4041
- npm --no-git-tag-version version from-git
4142
- GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no -i ${CI_PROJECT_DIR}/id_rsa" git push git@github.com:Ultimaker/react-web-components.git HEAD:master
4243
- npm publish

0 commit comments

Comments
 (0)