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

[enh] Effective final dependencies are now explicitely given on build phase

parent c01c8dc1
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,10 @@ after_test:
- 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 --save --production
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install duniter-bma --save --production
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install duniter-crawler --save --production
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install duniter-keypair --save --production
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install duniter-prover --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
......
......@@ -18,6 +18,10 @@ if [[ ! -f before_deploy ]]; then
# Clean test and UI packages
npm prune --production
npm install duniter-ui --save --production
npm install duniter-bma --save --production
npm install duniter-crawler --save --production
npm install duniter-keypair --save --production
npm install duniter-prover --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