Skip to content

Commit

Permalink
fix: Don't publish to Git Hub.
Browse files Browse the repository at this point in the history
  • Loading branch information
christofferartmannmrf committed Jun 16, 2020
1 parent a3f8b90 commit 2b1d0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci/publish
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

npm run lerna publish -- --dist-tag latest --canary --no-git-tag-version --no-git-reset --yes --preid snapshot
# npm run lerna publish -- --dist-tag latest --canary --no-git-tag-version --no-git-reset --yes --preid snapshot

for dir in packages/*/ ; do
printf "registry = https://repositories.mrf.io/nexus/repository/npm-internal/\nalways-auth=true\n_auth=${1}" > "${dir}.npmrc"
Expand Down

0 comments on commit 2b1d0ea

Please sign in to comment.