add lerna

This commit is contained in:
Ron Rennick 2020-05-08 13:53:39 -03:00
parent 276ab00d86
commit 231732b81c
3 changed files with 4701 additions and 0 deletions

10
lerna.json Normal file
View File

@ -0,0 +1,10 @@
{
"command": {
"publish": {
"message": "chore(release): publish"
}
},
"ignoreChanges": [ "**/CHANGELOG.md", "**/test/**" ],
"packages": [ "tests/e2e/*" ],
"version": "independent"
}

4690
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -60,6 +60,7 @@
"istanbul": "1.0.0-alpha.2",
"jest": "25.1.0",
"jest-puppeteer": "4.4.0",
"lerna": "3.20.2",
"lint-staged": "9.5.0",
"mocha": "7.0.1",
"node-sass": "4.13.0",