LP#1989195: (follow-up) minor reformatting of Angular cheat sheet
authorGalen Charlton <gmc@equinoxOLI.org>
Tue, 9 May 2023 14:18:53 +0000 (10:18 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Tue, 9 May 2023 14:54:25 +0000 (10:54 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/eg2/CHEAT_SHEET.adoc

index 033c102..e44ed3f 100644 (file)
@@ -8,7 +8,9 @@ npm update
 npm install
 ng lint                              # check code formatting
 npm run test                         # unit tests
-ng e2e              # end-to-end tests, be sure to set MOZ_HEADLESS=1 if you aren't running x11
+ng e2e                               # end-to-end tests, be sure to set
+                                     # MOZ_HEADLESS=1 if you aren't
+                                     # running x11
 ng build --watch                     # compile dev mode
 ng build --configuration=production  # compile production mode
 ---------------------------------------------------------------------