From 2458937442d467492f74161bad92659490aa05eb Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Mon, 22 Apr 2019 11:56:24 -0400 Subject: [PATCH] Add `npm run create-package` to scripts in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 034e050d..413077d2 100644 --- a/README.md +++ b/README.md @@ -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