-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* node10 * token * rerun tests
- Loading branch information
Showing
5 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,7 +86,7 @@ yarn | |
|
||
# Start local registry | ||
tmp_registry_log=`mktemp` | ||
nohup npx verdaccio@2.7.2 -c tasks/verdaccio.yaml &>$tmp_registry_log & | ||
nohup npx verdaccio@3.2.0 -c tasks/verdaccio.yaml &>$tmp_registry_log & | ||
# Wait for `verdaccio` to boot | ||
grep -q 'http address' <(tail -f $tmp_registry_log) | ||
|
||
|
@@ -95,7 +95,7 @@ npm set registry "$custom_registry_url" | |
yarn config set registry "$custom_registry_url" | ||
|
||
# Login so we can publish packages | ||
npx npm-cli-login@0.0.10 -u user -p password -e [email protected] -r "$custom_registry_url" --quotes | ||
(cd && npx npm-auth-to-token@1.0.0 -u user -p password -e [email protected] -r "$custom_registry_url") | ||
|
||
# Publish the monorepo | ||
git clean -df | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,7 +79,7 @@ yarn | |
|
||
# Start local registry | ||
tmp_registry_log=`mktemp` | ||
nohup npx verdaccio@2.7.2 -c tasks/verdaccio.yaml &>$tmp_registry_log & | ||
nohup npx verdaccio@3.2.0 -c tasks/verdaccio.yaml &>$tmp_registry_log & | ||
# Wait for `verdaccio` to boot | ||
grep -q 'http address' <(tail -f $tmp_registry_log) | ||
|
||
|
@@ -88,7 +88,7 @@ npm set registry "$custom_registry_url" | |
yarn config set registry "$custom_registry_url" | ||
|
||
# Login so we can publish packages | ||
npx npm-cli-login@0.0.10 -u user -p password -e [email protected] -r "$custom_registry_url" --quotes | ||
(cd && npx npm-auth-to-token@1.0.0 -u user -p password -e [email protected] -r "$custom_registry_url") | ||
|
||
# Publish the monorepo | ||
git clean -df | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ yarn | |
|
||
# Start local registry | ||
tmp_registry_log=`mktemp` | ||
nohup npx verdaccio@2.7.2 -c tasks/verdaccio.yaml &>$tmp_registry_log & | ||
nohup npx verdaccio@3.2.0 -c tasks/verdaccio.yaml &>$tmp_registry_log & | ||
# Wait for `verdaccio` to boot | ||
grep -q 'http address' <(tail -f $tmp_registry_log) | ||
|
||
|
@@ -82,7 +82,7 @@ npm set registry "$custom_registry_url" | |
yarn config set registry "$custom_registry_url" | ||
|
||
# Login so we can publish packages | ||
npx npm-cli-login@0.0.10 -u user -p password -e [email protected] -r "$custom_registry_url" --quotes | ||
(cd && npx npm-auth-to-token@1.0.0 -u user -p password -e [email protected] -r "$custom_registry_url") | ||
|
||
git clean -df | ||
./tasks/publish.sh --yes --force-publish=* --skip-git --cd-version=prerelease --exact --npm-tag=latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,7 +86,7 @@ yarn | |
|
||
# Start local registry | ||
tmp_registry_log=`mktemp` | ||
nohup npx verdaccio@2.7.2 -c tasks/verdaccio.yaml &>$tmp_registry_log & | ||
nohup npx verdaccio@3.2.0 -c tasks/verdaccio.yaml &>$tmp_registry_log & | ||
# Wait for `verdaccio` to boot | ||
grep -q 'http address' <(tail -f $tmp_registry_log) | ||
|
||
|
@@ -95,7 +95,7 @@ npm set registry "$custom_registry_url" | |
yarn config set registry "$custom_registry_url" | ||
|
||
# Login so we can publish packages | ||
npx npm-cli-login@0.0.10 -u user -p password -e [email protected] -r "$custom_registry_url" --quotes | ||
(cd && npx npm-auth-to-token@1.0.0 -u user -p password -e [email protected] -r "$custom_registry_url") | ||
|
||
# Lint own code | ||
./node_modules/.bin/eslint --max-warnings 0 packages/babel-preset-react-app/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters