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

[fix] ARM build is missing the UI

parent 59f050e1
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ cp -R "$DOWNLOADS/node-${NVER}-linux-${ARCH}" node ...@@ -62,7 +62,7 @@ cp -R "$DOWNLOADS/node-${NVER}-linux-${ARCH}" node
echo "npm install" echo "npm install"
node/bin/npm install node/bin/npm install
node/bin/npm install duniter-ui@1.4.x node/bin/npm install duniter-ui@1.4.x --save
sed -i "s/duniter\//..\/..\/..\/..\//g" node_modules/duniter-ui/server/controller/webmin.js sed -i "s/duniter\//..\/..\/..\/..\//g" node_modules/duniter-ui/server/controller/webmin.js
node/bin/npm prune --production node/bin/npm prune --production
SRC=`pwd` SRC=`pwd`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment