File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 8686
8787# Start local registry
8888tmp_registry_log=` mktemp`
89- nohup npx verdaccio@2.7.2 -c tasks/verdaccio.yaml & > $tmp_registry_log &
89+ nohup npx verdaccio@3.2.0 -c tasks/verdaccio.yaml & > $tmp_registry_log &
9090# Wait for `verdaccio` to boot
9191grep -q ' http address' <( tail -f $tmp_registry_log )
9292
@@ -95,7 +95,7 @@ npm set registry "$custom_registry_url"
9595yarn config set registry " $custom_registry_url "
9696
9797# Login so we can publish packages
98- npx npm-cli-login@0 .0.10 -u user -p password -e user@example.com -r " $custom_registry_url " --quotes
98+ (cd && npx npm-auth-to-token@1 .0.0 -u user -p password -e user@example.com -r " $custom_registry_url " )
9999
100100# Publish the monorepo
101101git clean -df
Original file line number Diff line number Diff line change 7979
8080# Start local registry
8181tmp_registry_log=` mktemp`
82- nohup npx verdaccio@2.7.2 -c tasks/verdaccio.yaml & > $tmp_registry_log &
82+ nohup npx verdaccio@3.2.0 -c tasks/verdaccio.yaml & > $tmp_registry_log &
8383# Wait for `verdaccio` to boot
8484grep -q ' http address' <( tail -f $tmp_registry_log )
8585
@@ -88,7 +88,7 @@ npm set registry "$custom_registry_url"
8888yarn config set registry " $custom_registry_url "
8989
9090# Login so we can publish packages
91- npx npm-cli-login@0 .0.10 -u user -p password -e user@example.com -r " $custom_registry_url " --quotes
91+ (cd && npx npm-auth-to-token@1 .0.0 -u user -p password -e user@example.com -r " $custom_registry_url " )
9292
9393# Publish the monorepo
9494git clean -df
Original file line number Diff line number Diff line change 7373
7474# Start local registry
7575tmp_registry_log=` mktemp`
76- nohup npx verdaccio@2.7.2 -c tasks/verdaccio.yaml & > $tmp_registry_log &
76+ nohup npx verdaccio@3.2.0 -c tasks/verdaccio.yaml & > $tmp_registry_log &
7777# Wait for `verdaccio` to boot
7878grep -q ' http address' <( tail -f $tmp_registry_log )
7979
@@ -82,7 +82,7 @@ npm set registry "$custom_registry_url"
8282yarn config set registry " $custom_registry_url "
8383
8484# Login so we can publish packages
85- npx npm-cli-login@0 .0.10 -u user -p password -e user@example.com -r " $custom_registry_url " --quotes
85+ (cd && npx npm-auth-to-token@1 .0.0 -u user -p password -e user@example.com -r " $custom_registry_url " )
8686
8787git clean -df
8888./tasks/publish.sh --yes --force-publish=* --skip-git --cd-version=prerelease --exact --npm-tag=latest
Original file line number Diff line number Diff line change 8686
8787# Start local registry
8888tmp_registry_log=` mktemp`
89- nohup npx verdaccio@2.7.2 -c tasks/verdaccio.yaml & > $tmp_registry_log &
89+ nohup npx verdaccio@3.2.0 -c tasks/verdaccio.yaml & > $tmp_registry_log &
9090# Wait for `verdaccio` to boot
9191grep -q ' http address' <( tail -f $tmp_registry_log )
9292
@@ -95,7 +95,7 @@ npm set registry "$custom_registry_url"
9595yarn config set registry " $custom_registry_url "
9696
9797# Login so we can publish packages
98- npx npm-cli-login@0 .0.10 -u user -p password -e user@example.com -r " $custom_registry_url " --quotes
98+ (cd && npx npm-auth-to-token@1 .0.0 -u user -p password -e user@example.com -r " $custom_registry_url " )
9999
100100# Lint own code
101101./node_modules/.bin/eslint --max-warnings 0 packages/babel-preset-react-app/
Original file line number Diff line number Diff line change 11#
2- # This is the default config file. It allows all users to do anything,
3- # so don't use it on production systems.
2+ # This is based on verdaccio's default config file. It allows all users
3+ # to do anything, so don't use it on production systems.
44#
55# Look here for more config file examples:
66# https://github.com/verdaccio/verdaccio/tree/master/conf
@@ -25,7 +25,7 @@ packages:
2525 ' @*/* ' :
2626 # scoped packages
2727 access : $all
28- publish : $ll
28+ publish : $all
2929 proxy : npmjs
3030
3131 ' ** ' :
You can’t perform that action at this time.
0 commit comments