We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7481a92 commit 67673a7Copy full SHA for 67673a7
azure-pipelines-test-job.yml
@@ -26,6 +26,7 @@ jobs:
26
displayName: 'Initialize Git config'
27
28
- checkout: self
29
+ path: create-react-app
30
31
- task: NodeTool@0
32
inputs:
tasks/publish.sh
@@ -31,6 +31,7 @@ if [ -z $CI ]; then
fi
33
if [ -n "$(git status --porcelain)" ]; then
34
+ echo "$(git diff)"
35
echo "Your git status is not clean. Aborting.";
36
exit 1;
37
@@ -48,4 +49,4 @@ if [ -z $CI ]; then
48
49
50
51
# Go!
-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