Skip to content
Snippets Groups Projects
Unverified Commit cfb88a6c authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Test publishing (#36)

parent 15f80955
No related branches found
No related tags found
No related merge requests found
Pipeline #14625 failed
...@@ -18,11 +18,12 @@ test: ...@@ -18,11 +18,12 @@ test:
publish: publish:
stage: publish stage: publish
only: # only:
refs: # refs:
- publish # - publish
script: script:
- sudo npm install --global can-npm-publish - sudo npm install --global can-npm-publish
- yarn config set cache-folder "$CI_PROJECT_DIR/_yarn_cache" - yarn config set cache-folder "$CI_PROJECT_DIR/_yarn_cache"
- yarn install - yarn install
- yarn run publish - yarn run publish
- cd packages/app-shell && npm publish --access public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment