mirror of https://github.com/sveltejs/svelte
parent
0d75daa1b0
commit
fbb6263fef
@ -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