Skip to content

Commit

Permalink
chore(zui): rm playground and storybook (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
franklevasseur authored Aug 23, 2024
1 parent 6b8b41c commit 11aabf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 2 additions & 5 deletions zui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
"test:watch": "vitest",
"check:type": "tsc --noEmit",
"check:format": "prettier --check src/",
"fix:format": "prettier --write src/",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"fix:format": "prettier --write src/"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
Expand Down Expand Up @@ -50,8 +48,7 @@
"vite": "^5.2.6",
"vitest": "1.6.0"
},
"dependencies": {
},
"dependencies": {},
"peerDependencies": {
"react": "^18.2.0"
},
Expand Down
4 changes: 0 additions & 4 deletions zui/playground.ts

This file was deleted.

0 comments on commit 11aabf0

Please sign in to comment.