diff --git a/scripts/tests/publish-cli-test.sh b/scripts/tests/publish-cli-test.sh index 1729dd9c..f62af1e4 100755 --- a/scripts/tests/publish-cli-test.sh +++ b/scripts/tests/publish-cli-test.sh @@ -95,12 +95,20 @@ NODE EOF chmod +x "$repo/bin/npm" + # Ignore test scaffolding files so they don't make `git status` dirty. + cat >"$repo/.gitignore" <