added server and doc build docs

This commit is contained in:
Zai Shi 2024-03-05 00:19:35 +08:00
parent f93858900f
commit 1174802e6c

View File

@ -6,6 +6,8 @@
"scripts": {
"typecheck": "turbo typecheck",
"build": "turbo build",
"build:docs": "turbo run build --no-cache --filter=stack-docs...",
"build:server": "turbo run build --no-cache --filter=@stackframe/stack-server...",
"clean": "turbo run clean --no-cache",
"codegen": "turbo run codegen --no-cache",
"prisma:server": "pnpm run --filter=@stackframe/stack-server prisma",