make the local link build fast and run the test only if asked #1588 (#1671)

* make the local link build fast and run the test only if asked #1588

* demo core doesn't exist

* link after install

* move in after success matrix build and install scripts
This commit is contained in:
Eugenio Romano
2017-03-23 10:54:49 +00:00
committed by Denys Vuika
parent 2f3aeb84a1
commit d739526517
21 changed files with 92 additions and 70 deletions

View File

@@ -25,6 +25,6 @@ do
echo "====== PUBLISHING: ${DESTDIR} ====="
cd ${DESTDIR}
npm install
npm publish
npm run publish:prod
cd ${DIR}
done