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",
|
"name": "monorepo",
|
||||||
"description": "Some monorepo",
|
"description": "Some monorepo",
|
||||||
"scripts": {},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/Mateiadrielrafael/monorepo-template.git"
|
"url": "git+https://github.com/Mateiadrielrafael/monorepo-template.git"
|
||||||
},
|
},
|
||||||
|
"scripts": {
|
||||||
|
"build": "pnpm run build --filter @monorepo/*",
|
||||||
|
"test": "pnpm run test --filter @monorepo/*"
|
||||||
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"monorepo",
|
"monorepo",
|
||||||
"pnpm",
|
"pnpm",
|
||||||
|
|
Loading…
Reference in a new issue