mirror of https://github.com/sveltejs/svelte
[site] convert to ESM (#6795)
parent
d6f88e85d3
commit
e2cc70243c
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