mirror of https://github.com/sveltejs/svelte
parent
dbbac2837e
commit
04f96c4dd6
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
|||||||
const sh = require('shelljs');
|
import sh from '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