From: Galen Charlton Date: Tue, 9 May 2023 14:18:53 +0000 (-0400) Subject: LP#1989195: (follow-up) minor reformatting of Angular cheat sheet X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=827f72897a5ad1fae8f5bf62fcca1fe87642145e;p=Evergreen.git LP#1989195: (follow-up) minor reformatting of Angular cheat sheet Signed-off-by: Galen Charlton --- 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 ---------------------------------------------------------------------