hashicorp / structure

Structure (aka "PDS") [deprecated]
https://hashicorp-structure.vercel.app
Mozilla Public License 2.0
24 stars 5 forks source link

fix(pds-ember): build production Ember assets for Storybook #19

Closed CITguy closed 3 years ago

CITguy commented 3 years ago

ember build generates development assets by default. Updating to use the build script which runs ember build in the production environment.

BEFORE (Netlify build log) CleanShot 2020-10-12 at 17 20 15

AFTER (Netlify build log) CleanShot 2020-10-12 at 17 20 56

Acceptance Criteria

CITguy commented 3 years ago

Closing PR. Will investigate in the future, when I have extra bandwidth.

CITguy commented 3 years ago

Context:

No matter what I do with the scripts, nothing seems to remove the [data-test-*] attrs from the Ember component markup in Storybook.