From 44bc0ca458aa1d0b4bbc9e28f4e3a387ece8f95d Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Sat, 5 Jun 2021 18:34:33 +0800 Subject: [PATCH] docs: update dev.md --- dev.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev.md b/dev.md index b7149b3..796f38f 100644 --- a/dev.md +++ b/dev.md @@ -2,4 +2,8 @@ ```sh lerna add @idraw/types --scope=idraw --dev lerna add @idraw/util --scope=@idraw/core +``` + +```sh +lerna publish --force-publish ``` \ No newline at end of file