We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd2fd5 commit 6f77747Copy full SHA for 6f77747
site/scripts/update_template.js
@@ -5,7 +5,7 @@ sh.cd(__dirname+'/../')
5
6
// fetch svelte app
7
sh.rm('-rf','scripts/svelte-app')
8
-sh.exec('npx degit sveltejs/template scripts/svelte-app')
+sh.exec('npx degit sveltejs/template#v3 scripts/svelte-app')
9
10
// update repl-viewer.css based on template
11
sh.cp('scripts/svelte-app/public/global.css', 'static/repl-viewer.css')
0 commit comments