mirror of https://github.com/sveltejs/svelte
parent
0d4ad364be
commit
ada0767ff2
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
|||||||
import sh from 'shelljs';
|
const sh = require('shelljs');
|
||||||
|
|
||||||
sh.rm('-rf', 'static/workers');
|
sh.rm('-rf', 'static/workers');
|
||||||
sh.cp('-r', 'node_modules/@sveltejs/svelte-repl/workers', 'static');
|
sh.cp('-r', 'node_modules/@sveltejs/svelte-repl/workers', 'static');
|
||||||
|
Loading…
Reference in new issue