projects
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fadbb5
)
LP#2000482: (Followup) Update Angular Version in Makefile.common
author
Jason Boyer
<JBoyer@equinoxOLI.org>
Tue, 2 May 2023 15:53:36 +0000
(11:53 -0400)
committer
Jason Boyer
<JBoyer@equinoxOLI.org>
Tue, 2 May 2023 15:53:36 +0000
(11:53 -0400)
Install Angular 15 during DIST-REL-developer make targets.
Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>
Open-ILS/src/extras/install/Makefile.common
patch
|
blob
|
history
diff --git
a/Open-ILS/src/extras/install/Makefile.common
b/Open-ILS/src/extras/install/Makefile.common
index
93ca2f0
..
2c42234
100644
(file)
--- a/
Open-ILS/src/extras/install/Makefile.common
+++ b/
Open-ILS/src/extras/install/Makefile.common
@@
-38,7
+38,7
@@
install_nodejs_from_source:
wget -N $(NODEJS_BINARY)
tar -C /usr/local --strip-components 1 -xJf $(NODEJS_TARBIN)
npm update
- npm install -g @angular/cli@^1
2.2
.0
+ npm install -g @angular/cli@^1
5
.0
clean:
make -C $(LIBDBI) clean