Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
estephinson committed Aug 31, 2023
1 parent 04f6b77 commit 76eef3d
Showing 1 changed file with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ exports[`should retrieve the build info for providing a rootDir 1`] = `
"buildCommand": "pnpm --filter @evilcorp/blog... run build",
"devCommand": "pnpm --filter @evilcorp/blog run dev",
"dist": "packages/blog/dist",
"env": {},
"env": {
"NODE_VERSION": "16",
},
"framework": {
"id": "astro",
"name": "Astro",
Expand Down Expand Up @@ -130,7 +132,9 @@ exports[`should retrieve the build info for providing a rootDir and a nested pro
],
"port": 3000,
},
"env": {},
"env": {
"NODE_VERSION": "16",
},
"id": "astro",
"logo": {
"dark": "https://framework-info.netlify.app/logos/astro/dark.svg",
Expand Down Expand Up @@ -191,7 +195,9 @@ exports[`should retrieve the build info for providing a rootDir and a nested pro
"buildCommand": "pnpm --filter @evilcorp/blog... run build",
"devCommand": "pnpm --filter @evilcorp/blog run dev",
"dist": "packages/blog/dist",
"env": {},
"env": {
"NODE_VERSION": "16",
},
"framework": {
"id": "astro",
"name": "Astro",
Expand Down Expand Up @@ -266,7 +272,9 @@ exports[`should retrieve the build info for providing a rootDir and the same pro
"buildCommand": "pnpm --filter @evilcorp/blog... run build",
"devCommand": "pnpm --filter @evilcorp/blog run dev",
"dist": "packages/blog/dist",
"env": {},
"env": {
"NODE_VERSION": "16",
},
"framework": {
"id": "astro",
"name": "Astro",
Expand Down

0 comments on commit 76eef3d

Please sign in to comment.