Skip to content

Commit

Permalink
revert: revert build and ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
supunTE committed Mar 18, 2024
1 parent d0acb54 commit 179bdf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/onPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 179bdf7

Please sign in to comment.