From 1430ffb4734edbb67cbeaaee7e89a9f78e00473c Mon Sep 17 00:00:00 2001 From: Caleb Williams Date: Thu, 8 Jun 2023 23:56:29 -0500 Subject: Fixes an issue where create Astro doesn't respect custom npm registries (#7326) * Fixes an issue where create Astro doesn't respect custom npm registries * chore: fix pnpm-lock * chore: update lockfile --------- Co-authored-by: Nate Moore Co-authored-by: Nate Moore --- .changeset/thirty-books-smoke.md | 5 +++++ .changeset/yellow-plants-stare.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changeset/thirty-books-smoke.md create mode 100644 .changeset/yellow-plants-stare.md (limited to '.changeset') diff --git a/.changeset/thirty-books-smoke.md b/.changeset/thirty-books-smoke.md new file mode 100644 index 000000000..f127b4017 --- /dev/null +++ b/.changeset/thirty-books-smoke.md @@ -0,0 +1,5 @@ +--- +'create-astro': patch +--- + +Ensure create-astro respects package manager registry configuration diff --git a/.changeset/yellow-plants-stare.md b/.changeset/yellow-plants-stare.md new file mode 100644 index 000000000..753541888 --- /dev/null +++ b/.changeset/yellow-plants-stare.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fixes issue where Astro doesn't respect custom npm registry settings during project creation -- cgit v1.2.3