create-tauri-app welcome prompt and recipes links (#1748)

* CTA welcome prompt and recipes links

* fix tests for new recipe names

* check that package file exists before build

* change file

* turn off vuecli tests until we can get them to pass
This commit is contained in:
Jacob Bolda
2021-05-09 09:31:01 -05:00
committed by GitHub
parent b2a7bfd7ec
commit ea28d01691
10 changed files with 118 additions and 63 deletions

View File

@@ -26,7 +26,7 @@ jobs:
matrix:
node: ["14", "16"]
manager: ["6", "7"]
recipe: ["vanillajs", "reactjs", "reactts", "vite", "vuecli"]
recipe: ["vanillajs", "cra", "vite"]
exclude:
- node: "16"
manager: "6"
@@ -66,7 +66,7 @@ jobs:
fail-fast: false
matrix:
node: ["14", "16"]
recipe: ["vanillajs", "reactjs", "reactts", "vite", "vuecli"]
recipe: ["vanillajs", "cra", "vite"]
steps:
- uses: actions/checkout@v2