tests: fix react example test

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-04-08 18:48:23 -07:00
parent 65ebbc8ecb
commit a92423f186
2 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ repo: git.#Repository & {
// Host the application with Netlify
www: netlify.#Site & {
// Site name can be overridden
name: string | *"dagger-example-react"
name: string | *"dagger-examples-react"
// Deploy the output of yarn build
// (Netlify build feature is not used, to avoid extra cost).