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

[fix] #828 Duniter-UI was not correctly updated

parent ac046d93
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ after_test:
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] copy %cd%\lib\binding\node-webkit-%NW_RELEASE%-win32-x64\node_sqlite3.node %cd%\lib\binding\node-v%ADDON_VERSION%-win32-x64\node_sqlite3.node /Y
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] cd ../..
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm prune --production
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install duniter-ui@0.3.1 --save --production
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install duniter-ui --save --production
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] rd /s /q %cd%\node_modules\duniter-ui\node_modules
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] cd ..
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] mkdir duniter_release
......
......@@ -17,7 +17,7 @@ if [[ ! -f before_deploy ]]; then
# Clean test and UI packages
npm prune --production
npm install duniter-ui@0.3.1 --save --production
npm install duniter-ui --save --production
rm -Rf node_modules/duniter-ui/node_modules
SRC=`pwd`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment