Last change
on this file since 37043 was 37043, checked in by davidb, 10 months ago |
Tweaks after testing
|
-
Property svn:executable
set to
*
|
File size:
342 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 |
|
---|
3 | echo ""
|
---|
4 | echo "Away to install npm dependencies for:"
|
---|
5 | echo " mirador3"
|
---|
6 | echo " mirador-annotations"
|
---|
7 | echo " mirador-image-tools"
|
---|
8 | echo ""
|
---|
9 |
|
---|
10 | cd mirador-integration-annotations-gitfork \
|
---|
11 | && npm install && cd ..
|
---|
12 |
|
---|
13 | if [ $? = 0 ] ; then
|
---|
14 | echo ""
|
---|
15 | echo "Now run: "
|
---|
16 | echo " ./NPM-WEBPACK-MIRADOR.sh"
|
---|
17 | echo ""
|
---|
18 | fi
|
---|
19 |
|
---|
20 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.