Skip to content
Snippets Groups Projects
Commit 720b26db authored by Éloïs's avatar Éloïs
Browse files

[build] fix: arm build must use yarn

parent 527a8424
Branches
Tags
1 merge request!1289[build] fix: arm build must use yarn
......@@ -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