From c37328795ac368f4a0b4f5f7514a5b31a25abb27 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 27 Apr 2023 10:55:52 +0000 Subject: [PATCH] LP#2000482: (follow-up) update Angular cheat sheet ... since `ng build --prod` no longer works. Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/CHEAT_SHEET.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/eg2/CHEAT_SHEET.adoc b/Open-ILS/src/eg2/CHEAT_SHEET.adoc index 2b90def39c..2708d52e6c 100644 --- a/Open-ILS/src/eg2/CHEAT_SHEET.adoc +++ b/Open-ILS/src/eg2/CHEAT_SHEET.adoc @@ -6,10 +6,10 @@ --------------------------------------------------------------------- npm update npm install -ng lint # check code formatting -npm run test # unit tests -ng build --watch # compile dev mode -ng build --prod # compile production mode +ng lint # check code formatting +npm run test # unit tests +ng build --watch # compile dev mode +ng build --configuration=production # compile production mode --------------------------------------------------------------------- == OPTIONAL: Adding a Locale -- 2.11.0