Skip to content

Commit

Permalink
refactor: update content
Browse files Browse the repository at this point in the history
  • Loading branch information
supunTE committed Mar 18, 2024
1 parent 185c85b commit 782e189
Showing 1 changed file with 1 addition and 1 deletion.
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",
"build-storybook": "nx run client:build-storybook -- --webpack-stats-json",
"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 782e189

Please sign in to comment.