1
Fork 0

typescript(monorepo-template): chore: build and test scripts

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
Matei Adriel 2020-05-10 19:54:18 +03:00 committed by prescientmoon
parent c2bf42cee4
commit 2ce0d3a72c
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U

View file

@ -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",