mesg-foundation / js-sdk

Javascript mono-repo with all the tools to interact with MESG
https://mesg.com
4 stars 4 forks source link

Add ci tests #146

Closed Roms1383 closed 4 years ago

Roms1383 commented 4 years ago

Add CI tests add scripts on root to trigger install, ci, build and test in nested packages

Roms1383 commented 4 years ago

Fix #136

Roms1383 commented 4 years ago

if you use lerna run ci at the root you then need to create a "ci": "npm ci" script in each of the package.json because it will run npm run ci on the packages which different from npm ci and I thought that a shell script would be cleaner after facing this. Same behavior for lerna run install.

Roms1383 commented 4 years ago

At least I'll check lerna bootstrap to see if it works correctly for both install and ci 👍