0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

use v3 branch of template

This commit is contained in:
Richard Harris 2019-02-22 08:16:33 -05:00
parent 8dd2fd530a
commit 6f777478c8

View File

@ -5,7 +5,7 @@ sh.cd(__dirname+'/../')
// fetch svelte app
sh.rm('-rf','scripts/svelte-app')
sh.exec('npx degit sveltejs/template scripts/svelte-app')
sh.exec('npx degit sveltejs/template#v3 scripts/svelte-app')
// update repl-viewer.css based on template
sh.cp('scripts/svelte-app/public/global.css', 'static/repl-viewer.css')