-
Notifications
You must be signed in to change notification settings - Fork 13.4k
chore(ci): add --debug --verbose
to stencil nightly build
#29078
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
Conversation
Output LGTM - https://github.com/ionic-team/ionic-framework/actions/runs/8006565642/job/21868617491
Compared to what we have today:
|
5fd51ed
to
798b853
Compare
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.
good to merge once we get the builds fixed 😬
Created #29079 to fix CI, if it doesn't magically fix itself in the mean time |
@alicewriteswrongs should be good to go after a rebase, #29079 landed |
Part of STENCIL-1133
798b853
to
afbf966
Compare
Set the
--debug
and--verbose
flags on the Stencil Nightly CI build.What is the current behavior?
The Stencil nightly build doesn't provide all the information that it could!
What is the new behavior?
This sets the
--debug
and--verbose
flags when callingnpm run build
in the 'Build Ionic Core with Stencil Prerelease' github action, which is used by the workflow which installs nightly Stencil builds and builds framework with it, thereby checking for regressions.This change will just ensure that this nightly build provides a bit more information.
Does this introduce a breaking change?