From a2654bbfec7b6de11fbdce047847d13e8cc86188 Mon Sep 17 00:00:00 2001 From: Orta Date: Sun, 5 Jul 2020 08:06:39 -0400 Subject: [PATCH] Fix degit sample --- site/content/blog/2020-06-04-svelte-and-typescript.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/content/blog/2020-06-04-svelte-and-typescript.md b/site/content/blog/2020-06-04-svelte-and-typescript.md index 6b3f5ae055..c550c44715 100644 --- a/site/content/blog/2020-06-04-svelte-and-typescript.md +++ b/site/content/blog/2020-06-04-svelte-and-typescript.md @@ -43,7 +43,8 @@ For the official Svelte VS Code extension, we built off the foundations which [J The Svelte template has been extended with a script to convert it to a TypeScript project. ```bash -npx degit svelte/template +npx degit sveltejs/template svelte-app +cd svelte-app node scripts/updateTypeScriptVersion.js ```