1
0
mirror of synced 2026-01-22 00:01:39 -05:00

Merge pull request #30594 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2023-12-11 16:58:07 -05:00
committed by GitHub

View File

@@ -41,7 +41,9 @@ jobs:
run: |
set -e
filesToRemove=`npm run find-orphaned-assets`
# The `-s` is to make npm run silent and not print verbose
# information about the npm script alias.
filesToRemove=`npm run -s find-orphaned-assets`
[ -z "$filesToRemove" ] && exit 0
echo $filesToRemove | xargs git rm