Skip to content

Commit

Permalink
fix: remove unnecessary stories
Browse files Browse the repository at this point in the history
  • Loading branch information
samshara committed Jun 18, 2024
1 parent 5576240 commit b548f25
Show file tree
Hide file tree
Showing 4 changed files with 370 additions and 86 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "go-web-app",
"version": "7.0.30",
"name": "go-web-app-workspace",
"version": "1.0.0",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -10,6 +10,7 @@
"start:ui": "yarn workspace @ifrc-go/ui start",
"start:app": "yarn build:ui && yarn workspace go-web-app start",
"generate:type": "yarn workspace go-web-app generate:type",
"preview": "yarn workspace go-web-app preview",
"storybook": "yarn workspace go-ui-storybook storybook",
"build-storybook": "yarn workspace go-ui-storybook build-storybook",
"chromatic": "yarn workspace go-ui-storybook chromatic"
Expand Down
52 changes: 0 additions & 52 deletions packages/go-ui-storybook/src/stories/ChartAxesY.stories.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions packages/go-ui-storybook/src/stories/ChartAxisY.tsx

This file was deleted.

Loading

0 comments on commit b548f25

Please sign in to comment.