Skip to content

Commit 0c9b250

Browse files
committed
change package script name of sirv
1 parent 577dcb0 commit 0c9b250

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ pnpm sync
9191

9292
Then, you may launch the storybook development server by `pnpm storybook`.
9393

94-
To generate the static HTML of the storybook, run `pnpm build-storybook`. You may launch a static HTML server and browse the output by `pnpm sirv`.
94+
To generate the static HTML of the storybook, run `pnpm build-storybook`. You may launch a static HTML server and browse the output by `pnpm sirv-storybook`.
9595

9696
On some node environments, you might see the following error:
9797

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"check-ts": "tsc --noEmit",
1616
"storybook": "start-storybook -p 6006",
1717
"build-storybook": "build-storybook",
18-
"sirv": "sirv storybook-static"
18+
"sirv-storybook": "sirv storybook-static"
1919
},
2020
"repository": {
2121
"url": "https://github.com/thecodejack/svelte-file-dropzone"

0 commit comments

Comments
 (0)