Skip to content

Commit a16aef0

Browse files
authored
fix(create): update library docs to reflect proper pack command (#655)
1 parent 3031538 commit a16aef0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/lazy-carrots-float.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'sv': patch
3+
---
4+
5+
fix(create): update library docs to reflect proper `pack` command

packages/create/shared/+library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Everything inside `src/lib` is part of your library, everything inside `src/rout
3434
To build your library:
3535

3636
```sh
37-
npm run package
37+
npm pack
3838
```
3939

4040
To create a production version of your showcase app:

0 commit comments

Comments
 (0)