File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 5
5
],
6
6
"version" : " independent" ,
7
7
"npmClient" : " yarn" ,
8
- "useWorkspaces" : true
8
+ "useWorkspaces" : true ,
9
+ "loglevel" : " success" ,
10
+ "command" : {
11
+ "publish" : {
12
+ "allowBranch" : " master" ,
13
+ "conventionalCommits" : true
14
+ }
15
+ }
9
16
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"scripts" : {
3
- "bootstrap" : " lerna bootstrap && lerna link --force-local " ,
3
+ "bootstrap" : " yarn && lerna bootstrap " ,
4
4
"start" : " npm run bootstrap && npm run watch" ,
5
5
"watch" : " lerna run watch --parallel" ,
6
- "build" : " npm run clean && cross-env lerna run build" ,
6
+ "build" : " npm run clean && lerna run build" ,
7
7
"clean" : " rimraf packages/*/dist" ,
8
8
"reset" : " npm run clean && lerna clean --yes" ,
9
- "test" : " cross-env NODE_ENV=test jest --no-cache"
9
+ "test" : " cross-env NODE_ENV=test jest --no-cache" ,
10
+ "dryrun" : " lerna publish --skip-npm --skip-git" ,
11
+ "publish" : " npm run bootstrap && npm run build && lerna publish"
10
12
},
11
13
"browserslist" : [
12
14
" last 2 Chrome versions" ,
You can’t perform that action at this time.
0 commit comments