Skip to content

Commit

Permalink
fixing new-package script instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
eggyhead committed Apr 10, 2024
1 parent c01bc90 commit df5a794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

1 comment on commit df5a794

@Hammered72
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package-lock.json

Please sign in to comment.