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

remaining npm calls

parent 5b881a14
No related branches found
No related tags found
No related merge requests found
...@@ -180,7 +180,7 @@ yarn || exit 1 ...@@ -180,7 +180,7 @@ yarn || exit 1
# Duniter UI # Duniter UI
yarn add "duniter-ui@${DUNITER_UI_VER}" || exit 1 yarn add "duniter-ui@${DUNITER_UI_VER}" || exit 1
npm prune --production || exit 1 yarn --production || exit 1
rm -rf release coverage test # Non production folders rm -rf release coverage test # Non production folders
cp -r "${RELEASES}/duniter" "${RELEASES}/desktop_" || exit 1 cp -r "${RELEASES}/duniter" "${RELEASES}/desktop_" || exit 1
......
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