Skip to content

Commit e440051

Browse files
chore(ci): add --debug --verbose to stencil nightly build (#29078)
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 calling `npm 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? - [ ] Yes - [x] No <!-- If this introduces a breaking change: 1. Describe the impact and migration path for existing applications below. 2. Update the BREAKING.md file with the breaking change. 3. Add "BREAKING CHANGE: [...]" to the commit description when merging. See https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#footer for more information. -->
1 parent 9e3c3e9 commit e440051

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows/actions/build-core-stencil-prerelease

1 file changed

+1
-1
lines changed

.github/workflows/actions/build-core-stencil-prerelease/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
run: npm i @stencil/core@${{ inputs.stencil-version }}
2323
shell: bash
2424
- name: Build Core
25-
run: npm run build -- --ci
25+
run: npm run build -- --ci --debug --verbose
2626
working-directory: ./core
2727
shell: bash
2828
- uses: ./.github/workflows/actions/upload-archive

0 commit comments

Comments
 (0)