aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMiodec <[email protected]>2024-07-22 12:37:59 +0200
committerMiodec <[email protected]>2024-07-22 12:37:59 +0200
commit88ed7e5adbc262c56c00da42d4f4814498922763 (patch)
treeba33dd1aa6d777abf8865970b57747d9047c7130
parent2807600a0f25a7329f464df43beb63e8ae202763 (diff)
downloadmonkeytype-88ed7e5adbc262c56c00da42d4f4814498922763.tar.gz
monkeytype-88ed7e5adbc262c56c00da42d4f4814498922763.zip
add fe and be build scripts to root
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 48c956374..90196b524 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,8 @@
"pre-commit": "lint-staged",
"lint": "turbo run lint",
"build": "turbo run build",
+ "build-be": "turbo run build --filter @monkeytype/backend",
+ "build-fe": "turbo run build --filter @monkeytype/frontend",
"test": "turbo run test",
"docker": "cd backend && docker compose up",
"dev": "turbo run dev",