mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Fix rimraf order
This commit is contained in:
parent
2534b4e43a
commit
f1906bc2b2
@ -9,7 +9,7 @@
|
||||
"build:docs": "turbo run build --no-cache --filter=stack-docs...",
|
||||
"build:server": "turbo run build --no-cache --filter=@stackframe/stack-server...",
|
||||
"build:demo": "turbo run build --no-cache --filter=demo-app...",
|
||||
"clean": "turbo run clean --no-cache && rimraf --glob **/.turbo && rimraf --glob **/node_modules && rimraf --glob **/.next",
|
||||
"clean": "turbo run clean --no-cache && rimraf --glob **/.next && rimraf --glob **/.turbo && rimraf --glob **/node_modules",
|
||||
"codegen": "turbo run codegen --no-cache",
|
||||
"psql:server": "pnpm run --filter=@stackframe/stack-server psql",
|
||||
"prisma:server": "pnpm run --filter=@stackframe/stack-server prisma",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user