mirror of https://github.com/sveltejs/svelte
[site] convert to ESM (#6795)
parent
72a7d1c034
commit
83bb3e2757
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.cp('-r', 'node_modules/@sveltejs/svelte-repl/workers', 'static');
|
||||
|
Loading…
Reference in new issue