Skip to content

Commit 5d04488

Browse files
committed
fix: removing existing pages is actually not healthy for the website
1 parent e30fde0 commit 5d04488

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

scripts/gen-vanity-imports.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ real="$(go list -m)"
2222
module="${MODULE:-$real}"
2323
repo="${REPO:-https://github.com/open-sesam/sesam}"
2424

25-
rm -rf "${out}"
26-
2725
# Every package import path rewritten to the vanity prefix, plus the module root
2826
# itself (needed for go's prefix-verification fetch). Sorted + de-duplicated.
2927
paths="$(go list ./... | while IFS= read -r p; do printf '%s\n' "${module}${p#"$real"}"; done)"

0 commit comments

Comments
 (0)