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

[fix] duniter-ui better way to install

parent b25361ad
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,7 @@ after_test: ...@@ -48,6 +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 [] 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 [] cd ../..
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm prune --production - 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 [] rd /s /q %cd%\node_modules\duniter-ui\node_modules - 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 [] cd ..
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] mkdir duniter_release - if [%APPVEYOR_REPO_TAG_NAME%] neq [] mkdir duniter_release
......
...@@ -17,6 +17,7 @@ if [[ ! -f before_deploy ]]; then ...@@ -17,6 +17,7 @@ if [[ ! -f before_deploy ]]; then
# Clean test and UI packages # Clean test and UI packages
npm prune --production npm prune --production
npm install duniter-ui@0.3.1 --save --production
rm -Rf node_modules/duniter-ui/node_modules rm -Rf node_modules/duniter-ui/node_modules
SRC=`pwd` SRC=`pwd`
......
...@@ -71,7 +71,6 @@ ...@@ -71,7 +71,6 @@
}, },
"devDependencies": { "devDependencies": {
"coveralls": "2.11.4", "coveralls": "2.11.4",
"duniter-ui": "^0.3.0",
"eslint": "3.13.1", "eslint": "3.13.1",
"eslint-plugin-mocha": "4.8.0", "eslint-plugin-mocha": "4.8.0",
"istanbul": "0.4.0", "istanbul": "0.4.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment