From d0acb545757166d31d30a431fdec128b02e1d09b Mon Sep 17 00:00:00 2001 From: supunTE Date: Mon, 18 Mar 2024 22:06:16 +0530 Subject: [PATCH] ci: update ci script --- .github/workflows/onPR.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/onPR.yml b/.github/workflows/onPR.yml index d820f8af..d81a28e6 100644 --- a/.github/workflows/onPR.yml +++ b/.github/workflows/onPR.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.19.0] + node-version: [ 16.19.0 ] steps: - uses: actions/checkout@v2 with: @@ -26,6 +26,7 @@ jobs: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }} onlyChanged: true + storybookBaseDir: dist/storybook/client autoAcceptChanges: main - if: steps.chromatic.outputs.buildUrl != 'undefined' name: Publish Summary