From 7287f2440f69e58e5f803b1850faeb506f169b42 Mon Sep 17 00:00:00 2001 From: Seppe Dekeyser Date: Tue, 5 Nov 2024 07:38:33 +0100 Subject: [PATCH] Update verify_init script to support changed sv CLI options (#1383) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6b9df21c2..38f8b70dc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -132,7 +132,7 @@ jobs: run: cd houdini && pnpm run compile - name: Create template project - run: pnpm dlx sv create project --check-types none --template demo --no-integrations --no-install + run: pnpm dlx sv@0.6 create project --types ts --template demo --no-add-ons --no-install - name: Run init run: cd project && node ../houdini/packages/houdini/build/cmd-esm/index.js init -y