Skip to content

Commit bc4d3d8

Browse files
committed
chore: storybook name 변경
1 parent a19a259 commit bc4d3d8

23 files changed

+17
-16
lines changed

.changeset/true-kids-argue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ pnpm-debug.log*
4141
.DS_Store
4242
*.pem
4343

44-
test/
44+
test/
45+
46+
storybook-static
File renamed without changes.
File renamed without changes.

apps/storybook/package.json renamed to apps/renderer-storybook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "storybook",
2+
"name": "renderer-storybook",
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",
66
"scripts": {
77
"lint": "eslint .",
88
"preview": "vite preview",
99
"storybook": "storybook dev -p 6006",
10-
"build-storybook": "storybook build"
10+
"build:storybook": "storybook build"
1111
},
1212
"dependencies": {
1313
"dotenv": "^16.4.7",

0 commit comments

Comments
 (0)