From db2ce48bdff25443e567fa72bbed9e68f5c0d067 Mon Sep 17 00:00:00 2001 From: vector67 Date: Tue, 17 May 2022 18:12:25 +0100 Subject: [PATCH] Update readme to include npm run build in tutorial steps (#44) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 637668f5..1b81ff9a 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Follow the steps below to see how this library works, or [watch this screencast] ``` cd angular-crud npm install + npm run build npm pack ```