Skip to content

Instantly share code, notes, and snippets.

@KonnorRogers
Created June 28, 2024 21:31
Show Gist options
  • Save KonnorRogers/76adf9524b53de496adcee2f88dc6517 to your computer and use it in GitHub Desktop.
Save KonnorRogers/76adf9524b53de496adcee2f88dc6517 to your computer and use it in GitHub Desktop.
copying shoelace for next
rm -rf ../../shoelace-nextjs-lazy/node_modules/@shoelace-style/shoelace \
&& mkdir -p ../../shoelace-nextjs-lazy/node_modules/@shoelace-style/shoelace \
&& cp -R ./{LICENSE.md,README.md,cdn,dist,package.json} ../../shoelace-nextjs-lazy/node_modules/@shoelace-style/shoelace/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment