mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-09-13 10:49:21 +00:00
📦 build: add operator workspace package
This commit is contained in:
+3
-2
@@ -3,7 +3,8 @@
|
||||
"version": "0.0.1",
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
"packages/*",
|
||||
"operator"
|
||||
],
|
||||
"packageManager": "bun@1.3.6",
|
||||
"scripts": {
|
||||
@@ -20,7 +21,7 @@
|
||||
"db:studio": "bun --filter @minikura/db studio",
|
||||
"db:push": "bun --filter @minikura/db push",
|
||||
"db:reset": "bun --filter @minikura/db reset",
|
||||
"operator:dev": "make -C operator run",
|
||||
"operator:dev": "bun --cwd operator run dev",
|
||||
"operator:build": "make -C operator build",
|
||||
"operator:test": "make -C operator test",
|
||||
"operator:crds": "make -C operator install-crds",
|
||||
|
||||
Reference in New Issue
Block a user