From a037ddbca0466f8ed2a0497df7d3e07ad4013adc Mon Sep 17 00:00:00 2001 From: vector67 Date: Tue, 17 May 2022 15:06:31 +0100 Subject: [PATCH] Update readme to include npm run build in tutorial steps --- 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 ```