Browse Source

Update lerna options

Renée Kooi 6 years ago
parent
commit
63f5ed65e3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      bin/endtoend-build-ci

+ 2 - 2
bin/endtoend-build-ci

@@ -36,8 +36,8 @@ lerna publish --yes \
   --force-publish="*" \
   --registry="$VERDACCIO_REGISTRY" \
   --npm-client=npm \
-  --skip-git \
-  --cd-version=prerelease
+  --no-git-tag-version --no-push \
+  --canary
 
 # revert version changes
 git checkout -- packages/*/package.json packages/@uppy/*/package.json