From afbf96616de49ca485aba525ba7b80373875b374 Mon Sep 17 00:00:00 2001 From: Alice Pote Date: Thu, 22 Feb 2024 09:49:32 -0500 Subject: [PATCH] chore(ci): add `--debug --verbose` to stencil nightly build Part of STENCIL-1133 --- .../workflows/actions/build-core-stencil-prerelease/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions/build-core-stencil-prerelease/action.yml b/.github/workflows/actions/build-core-stencil-prerelease/action.yml index c584a0500a7..6ad678cec92 100644 --- a/.github/workflows/actions/build-core-stencil-prerelease/action.yml +++ b/.github/workflows/actions/build-core-stencil-prerelease/action.yml @@ -22,7 +22,7 @@ runs: run: npm i @stencil/core@${{ inputs.stencil-version }} shell: bash - name: Build Core - run: npm run build -- --ci + run: npm run build -- --ci --debug --verbose working-directory: ./core shell: bash - uses: ./.github/workflows/actions/upload-archive