mirror of https://github.com/sveltejs/svelte
Add a script for copy-workers (#5338)
parent
e0cbd59df2
commit
176794ed49
@ -0,0 +1,4 @@
|
||||
const sh = require('shelljs');
|
||||
|
||||
sh.rm('-rf', 'static/workers');
|
||||
sh.cp('-r', 'node_modules/@sveltejs/svelte-repl/workers', 'static');
|
Loading…
Reference in new issue