Skip to content

Commit 940cd79

Browse files
committed
Suggest using --extended in upgrade docs
1 parent 4c70bd3 commit 940cd79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ It can also work the other way, copying bits of the old project across to a new
1515
With `@skirtle/create-vue-lib`, you could also consider the following approach:
1616

1717
1. Ensure all files from your project are checked into git.
18-
2. Run `@skirtle/create-vue-lib` in the same directory, so that it overwrites the existing configuration files.
18+
2. Run `pnpm create @skirtle/vue-lib --extended` in the same directory, so that it overwrites the existing configuration files. Using the `--extended` flag is optional, but it'll give you the option to avoid creating the example components.
1919
3. Use a diff tool, such as the one in your IDE, to compare the new files to those checked into git. You may need to revert a lot of the changes, but that's usually a relatively straightforward process.

0 commit comments

Comments
 (0)