LP#2000482: (follow-up) update Angular cheat sheet
authorGalen Charlton <gmc@equinoxOLI.org>
Thu, 27 Apr 2023 10:55:52 +0000 (10:55 +0000)
committerGalen Charlton <gmc@equinoxOLI.org>
Thu, 27 Apr 2023 10:55:52 +0000 (10:55 +0000)
... since `ng build --prod` no longer works.

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/eg2/CHEAT_SHEET.adoc

index 2b90def..2708d52 100644 (file)
@@ -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