diff options
author | 2023-06-08 23:56:29 -0500 | |
---|---|---|
committer | 2023-06-09 07:56:29 +0300 | |
commit | 1430ffb4734edbb67cbeaaee7e89a9f78e00473c (patch) | |
tree | 9c2219fc34cba741b5896b825656744724c19d28 /.changeset | |
parent | 5c20476fd333d57c583777893e8c6196b4764d1f (diff) | |
download | astro-1430ffb4734edbb67cbeaaee7e89a9f78e00473c.tar.gz astro-1430ffb4734edbb67cbeaaee7e89a9f78e00473c.tar.zst astro-1430ffb4734edbb67cbeaaee7e89a9f78e00473c.zip |
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 <nate@astro.build>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/thirty-books-smoke.md | 5 | ||||
-rw-r--r-- | .changeset/yellow-plants-stare.md | 5 |
2 files changed, 10 insertions, 0 deletions
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 |