@adobe/spectrum-tokens
Backwards-compatible DNA release based on DSS.
Building
Build DNA output and put contents into ./dist/
:
yarn build
Releasing
First, update the version number (pass major
, minor
, patch
), or simply edit package.json
to have the right version.
npm version minor
Perform the build/release:
yarn release