Skip to content
Snippets Groups Projects
Commit ac4ce139 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] upgrade to duniter-ui 1.7.x

parent 144f284f
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ cp -R "$DOWNLOADS/node-${NVER}-linux-${ARCH}" node ...@@ -68,7 +68,7 @@ cp -R "$DOWNLOADS/node-${NVER}-linux-${ARCH}" node
npm install npm install
npm install duniter-ui@1.6.x --save --production npm install duniter-ui@1.7.x --save --production
SRC=`pwd` SRC=`pwd`
echo $SRC echo $SRC
......
...@@ -123,7 +123,7 @@ NW_VERSION=0.28.0 ...@@ -123,7 +123,7 @@ NW_VERSION=0.28.0
NW_RELEASE="v${NW_VERSION}" NW_RELEASE="v${NW_VERSION}"
NW="nwjs-${NW_RELEASE}-linux-x64" NW="nwjs-${NW_RELEASE}-linux-x64"
NW_GZ="${NW}.tar.gz" NW_GZ="${NW}.tar.gz"
DUNITER_UI_VER="1.6.x" DUNITER_UI_VER="1.7.x"
nvm install ${NVER} || exit 1 nvm install ${NVER} || exit 1
nvm use ${NVER} || exit 1 nvm use ${NVER} || exit 1
......
...@@ -66,7 +66,7 @@ call npm cache clean ...@@ -66,7 +66,7 @@ call npm cache clean
call npm install call npm install
REM call npm test REM call npm test
echo "Ajout du module 1/1 (duniter-ui)..." echo "Ajout du module 1/1 (duniter-ui)..."
call npm install duniter-ui@1.6.x --save --production call npm install duniter-ui@1.7.x --save --production
echo "Retrait des modules 'dev'..." echo "Retrait des modules 'dev'..."
call npm prune --production call npm prune --production
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment