From 179bdf74eac8e221ca71eaaaa42c658889a5164a Mon Sep 17 00:00:00 2001 From: supunTE Date: Mon, 18 Mar 2024 22:09:39 +0530 Subject: [PATCH] revert: revert build and ci scripts --- .github/workflows/onPR.yml | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/onPR.yml b/.github/workflows/onPR.yml index d81a28e6..41a816c4 100644 --- a/.github/workflows/onPR.yml +++ b/.github/workflows/onPR.yml @@ -25,8 +25,6 @@ jobs: with: 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 diff --git a/package.json b/package.json index f16a49eb..5fa99c91 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "start:server": "nx serve server", "start:server-network": "nx serve server --host=0.0.0.0", "storybook": "nx run client:storybook", - "build-storybook": "nx run client:build-storybook -- --webpack-stats-json", + "build-storybook": "nx run client:build-storybook", "build": "nx build client && nx build server", "test": "nx run-many --all --target=test && npm run coverage:merge && npm run coverage:summary", "coverage:codecov": "codecov",