From 02d08221fa27fa4916e8d200952b45b0256caf8e Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 9 May 2023 10:18:53 -0400 Subject: [PATCH] LP#1989195: (follow-up) minor reformatting of Angular cheat sheet Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/CHEAT_SHEET.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/CHEAT_SHEET.adoc b/Open-ILS/src/eg2/CHEAT_SHEET.adoc index 033c10242f..e44ed3f25a 100644 --- a/Open-ILS/src/eg2/CHEAT_SHEET.adoc +++ b/Open-ILS/src/eg2/CHEAT_SHEET.adoc @@ -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 --------------------------------------------------------------------- -- 2.11.0