projects
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68626a1
)
LP#1989195: (follow-up) minor reformatting of Angular cheat sheet
author
Galen Charlton
<gmc@equinoxOLI.org>
Tue, 9 May 2023 14:18:53 +0000
(10:18 -0400)
committer
Galen Charlton
<gmc@equinoxOLI.org>
Tue, 9 May 2023 14:54:43 +0000
(10:54 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/CHEAT_SHEET.adoc
patch
|
blob
|
history
diff --git
a/Open-ILS/src/eg2/CHEAT_SHEET.adoc
b/Open-ILS/src/eg2/CHEAT_SHEET.adoc
index
033c102
..
e44ed3f
100644
(file)
--- 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
---------------------------------------------------------------------