bcgov / design-system

The B.C. Design System helps public sector design and development teams build consistent, accessible products
https://gov.bc.ca/designsystem
Apache License 2.0
57 stars 38 forks source link

Design tokens publish workflow targets package.json in dist directory #458

Closed ty2k closed 3 months ago

ty2k commented 3 months ago

This attempts to fix this failing workflow run by targeting the package.json version within the design tokens ./dist directory, which is the file that gets published to npm, as opposed to the package.json file in the design tokens root directory that is responsible for putting the tokens data through the transformation pipeline.