@smashing/build-utils

Build scripts for smashing components

Usage no npm install needed!

<script type="module">
  import smashingBuildUtils from 'https://cdn.skypack.dev/@smashing/build-utils';
</script>

README

Smashing build utils

Tools used to build smashing ui components

yarn add @smashing/build-utils

Usage

Add as prepublish hook to package.json

{
  "scripts": {
    "prepublish": "smashing-build"
  },
}