Skip to content
Snippets Groups Projects
Commit e6ae95a1 authored by Éloïs's avatar Éloïs Committed by Hugo Trentesaux
Browse files

[build] fix: arm build must use yarn

parent a1aa972e
No related branches found
No related tags found
No related merge requests found
......@@ -66,9 +66,9 @@ cd ${RELEASES}/duniter
echo "Copying Nodejs"
cp -R "$DOWNLOADS/node-${NVER}-linux-${ARCH}" node
npm install
yarn
npm install duniter-ui@1.7.x --save --production
yarn add duniter-ui@1.7.x --production
SRC=`pwd`
echo $SRC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment