From: Galen Charlton Date: Thu, 27 Apr 2023 10:55:52 +0000 (+0000) Subject: LP#2000482: (follow-up) update Angular cheat sheet X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c37328795ac368f4a0b4f5f7514a5b31a25abb27;p=evergreen%2Ftadl.git LP#2000482: (follow-up) update Angular cheat sheet ... since `ng build --prod` no longer works. Signed-off-by: Galen Charlton --- 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