From cfb88a6c1b952e3a2c12efa3d103f8d6c997e6b7 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Tue, 1 Dec 2020 11:18:33 +0100 Subject: [PATCH] Test publishing (#36) --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d9b24b7..5322f01e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,11 +18,12 @@ test: publish: stage: publish - only: - refs: - - publish +# only: +# refs: +# - publish script: - sudo npm install --global can-npm-publish - yarn config set cache-folder "$CI_PROJECT_DIR/_yarn_cache" - yarn install - yarn run publish + - cd packages/app-shell && npm publish --access public -- GitLab