-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Force [email protected] to temporarily work around bug in library #495
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/penske-media-corp/pmc-larva/2sgAZgqXuUYrTYFUjwmohXgDHWYJ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Looks like the backstop tests are failing due to a pixel shift issue :-/ |
@@ -26,7 +26,12 @@ | |||
"sync-tokens": "mkdir -p build/tokens && cp -r packages/larva-tokens/build/ build/tokens/", | |||
"sync-public": "mkdir -p packages/larva/public && cp -r public packages/larva", | |||
"sync-built-js": "mkdir -p build/js/standalone && rm -r build/js/standalone && cp -r packages/larva-js/build build/js/standalone", | |||
"sync-build": "npm run sync-public && npm run sync-tokens && npm run sync-built-js && mkdir -p packages/larva/build && rm -r packages/larva/build && cp -r build/ packages/larva/build" | |||
"sync-build": "npm run sync-public && npm run sync-tokens && npm run sync-built-js && mkdir -p packages/larva/build && rm -r packages/larva/build && cp -r build/ packages/larva/build", | |||
"link-all": "npm run prod && npm run link-larva && npm run link-patterns && npm run link-css && npm run link-js", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<3 Can you update confluence to include these commands as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To see the issue, go to the build summary and download the failed build's |
Summary
This PR, when applied, will force
[email protected]
to temporarily work around a bug in the library.This addresses issue #494.
Testing Locally
See How to test changes to Larva packages locally using npm link in order to fully replicate this locally, along with the instructions in #494.
Also, see this thread in Slack for confirmation by Rich Salvucci.
Tickets
https://jira.pmcdev.io/browse/GUT-289
Make sure you complete these items:
Unpublished
sectionnpm run prod
in this repo outputs expected changes (excepting the issue with re-ordered partials in larva-css algorithms partials - see LRVA-1885)prod
,lint
, anddev
scripts run as expected