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

[fix] release: unexpected character "$"

parent a1b7fe76
No related branches found
No related tags found
No related merge requests found
...@@ -179,7 +179,7 @@ echo ">> VM: building modules..." ...@@ -179,7 +179,7 @@ echo ">> VM: building modules..."
yarn || exit 1 yarn || exit 1
# Patch leveldown # Patch leveldown
cp $"${ROOT}/release/resources/leveldown-fix.json" "${RELEASES}/duniter/node_modules/leveldown/package.json" || exit 1 cp "${ROOT}/release/resources/leveldown-fix.json" "${RELEASES}/duniter/node_modules/leveldown/package.json" || exit 1
# Duniter UI # Duniter UI
yarn add "duniter-ui@${DUNITER_UI_VER}" || exit 1 yarn add "duniter-ui@${DUNITER_UI_VER}" || exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment