diff options
author | Miodec <[email protected]> | 2024-07-22 12:37:59 +0200 |
---|---|---|
committer | Miodec <[email protected]> | 2024-07-22 12:37:59 +0200 |
commit | 88ed7e5adbc262c56c00da42d4f4814498922763 (patch) | |
tree | ba33dd1aa6d777abf8865970b57747d9047c7130 | |
parent | 2807600a0f25a7329f464df43beb63e8ae202763 (diff) | |
download | monkeytype-88ed7e5adbc262c56c00da42d4f4814498922763.tar.gz monkeytype-88ed7e5adbc262c56c00da42d4f4814498922763.zip |
add fe and be build scripts to root
-rw-r--r-- | package.json | 2 |
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", |