pkg: Add batch submitter (#12)
* pkg: Add batch submitter * chore(batch-submitter): fix configs * chore(batch-submitter): use latest smock * fix: use latest typescript * chore: disable prettier in incompat lines Long term fixed by switching to eslint * perf: only test packages that have changed since master https://github.com/lerna/lerna/tree/main/core/filter-options\#--since-refCo-authored-by:Georgios Konstantopoulos <me@gakonst.com>
Showing
... | ... | @@ -10,10 +10,10 @@ |
"lerna": "^4.0.0" | ||
}, | ||
"scripts": { | ||
"clean": "yarn workspaces run clean", | ||
"build": "yarn workspaces run build", | ||
"test": "yarn lerna run test --parallel", | ||
"lint": "yarn lerna run lint --parallel", | ||
"lint:fix": "yarn workspaces run lint:fix" | ||
"clean": "yarn lerna run clean", | ||
"build": "yarn lerna run build", | ||
"test": "yarn lerna run test --parallel --since origin/master", | ||
"lint": "yarn lerna run lint --parallel --since origin/master", | ||
"lint:fix": "yarn lerna run lint:fix" | ||
} | ||
} |
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment