File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dev_docs_diff_status=$(git diff HEAD^ HEAD --quiet -- develop-docs; echo $?)
1212docs_diff_status=$( git diff HEAD^ HEAD --quiet -- docs includes platform-includes ; echo $? )
1313
1414# have changes occurred outside of the content directories
15- non_content_diff_status=$( git diff HEAD^ HEAD --name-only | grep -vE ' ^(docs/|platform-includes/|includes/|develop-docs/)' | wc -l)
15+ non_content_diff_status=$( git diff HEAD^ HEAD --name-only | grep -vE ' ^(docs/|platform-includes/|includes/|develop-docs/|apps/ )' | wc -l)
1616
1717# apps/changelog changes or workspace deps changes (yarn.lock)
1818changelog_diff_status=$( git diff HEAD^ HEAD --name-only | grep -E ' ^(apps/changelog/|yarn.lock)' | wc -l)
You can’t perform that action at this time.
0 commit comments