1
0
Fork 0

fixing new-package script instruction

pull/1713/head
eggyhead 2024-04-10 21:48:57 +00:00
parent c01bc907ed
commit df5a794b3d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Note that before a PR will be accepted, you must ensure:
1. In a new branch, create a new Lerna package:
```console
$ npm run create-package new-package
$ npm run new-package [name]
```
This will ask you some questions about the new package. Start with `0.0.0` as the first version (look generally at some of the other packages for how the package.json is structured).