1
0
Fork 0

Add `npm run create-package` to scripts in README

pull/6/head
Jonathan Clem 2019-04-22 11:56:24 -04:00
parent d3cfce8cf0
commit 2458937442
No known key found for this signature in database
GPG Key ID: 48C5B22E9FD6E80F
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ This repository uses [Lerna](https://github.com/lerna/lerna#readme) to manage mu
```console
$ npm test -- packages/toolkit
```
- `npm run create-package [name]` This runs a script that automates a couple of parts of creating a new package.
### Creating a Package