Skip to content

Commit 67673a7

Browse files
committed
Play with Lerna 3.0 publish args; enable verbose logging
Restore --skip-git override default checkout directory
1 parent 7481a92 commit 67673a7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

azure-pipelines-test-job.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
displayName: 'Initialize Git config'
2727
2828
- checkout: self
29+
path: create-react-app
2930

3031
- task: NodeTool@0
3132
inputs:

tasks/publish.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ if [ -z $CI ]; then
3131
fi
3232

3333
if [ -n "$(git status --porcelain)" ]; then
34+
echo "$(git diff)"
3435
echo "Your git status is not clean. Aborting.";
3536
exit 1;
3637
fi
@@ -48,4 +49,4 @@ if [ -z $CI ]; then
4849
fi
4950

5051
# Go!
51-
NPM_CONFIG_OTP="$otp" ./node_modules/.bin/lerna publish --npm-client=npm "$@"
52+
NPM_CONFIG_OTP="$otp" ./node_modules/.bin/lerna publish --npm-client=npm "$@" --loglevel verbose

0 commit comments

Comments
 (0)