-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
build: fix z-index #35106
build: fix z-index #35106
Conversation
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.
Should we have to include these for files that don't exist permanently in the repo? The ones added in this PR are built only for the npm publishing step. FYI @estherkim
See this check that is failing: https://app.circleci.com/pipelines/github/ampproject/amphtml/12352/workflows/f6450e19-40c7-4955-9a49-e1eebc0081cc/jobs/197521/parallel-runs/0/steps/0-111 Should we modify the z-index check to ignore anything in |
@samouri: Yes, we should ignore |
Here: amphtml/build-system/tasks/get-zindex/index.js Lines 208 to 212 in a7fec79
getZindexChainsInJs([
'{3p,src,extensions}/**/*.js',
+ '!**/dist/**/*.js',
'!extensions/**/test/**/*.js',
'!extensions/**/storybook/**/*.js',
]), |
summary
I created this PR via running
amp get-zindex --fix
.I do not know why this was able to get out of sync.