From 68c50345de328e8fedc441c35ca1f870caa6adf1 Mon Sep 17 00:00:00 2001 From: Roman Ternavskyi Date: Wed, 3 Aug 2022 13:54:30 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d836797..1de6aaf 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ export class AppComponent implements AfterViewInit, OnDestroy { ### Development -`npm run build` - builds the library into dist folder +`npm run build:lib` - builds the library into dist folder After that you can publish to npm repository from `dist` folder: