mirror of https://github.com/sveltejs/svelte
Add a script for copy-workers (#5338)
parent
84ac3a53d5
commit
e0f937d33e
@ -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