typescript(monorepo-template): chore: build and test scripts
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
c2bf42cee4
commit
2ce0d3a72c
|
@ -1,11 +1,14 @@
|
|||
{
|
||||
"name": "monorepo",
|
||||
"description": "Some monorepo",
|
||||
"scripts": {},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Mateiadrielrafael/monorepo-template.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "pnpm run build --filter @monorepo/*",
|
||||
"test": "pnpm run test --filter @monorepo/*"
|
||||
},
|
||||
"keywords": [
|
||||
"monorepo",
|
||||
"pnpm",
|
||||
|
|
Loading…
Reference in a new issue