add lerna
This commit is contained in:
parent
276ab00d86
commit
231732b81c
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"command": {
|
||||
"publish": {
|
||||
"message": "chore(release): publish"
|
||||
}
|
||||
},
|
||||
"ignoreChanges": [ "**/CHANGELOG.md", "**/test/**" ],
|
||||
"packages": [ "tests/e2e/*" ],
|
||||
"version": "independent"
|
||||
}
|
File diff suppressed because it is too large
Load Diff
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue