Explorar el Código

chore(dashboard): Disable build script

It is not used currently
Michael Bromley hace 10 meses
padre
commit
57b595219b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packages/dashboard/package.json

+ 2 - 2
packages/dashboard/package.json

@@ -5,9 +5,9 @@
   "type": "module",
   "scripts": {
     "dev": "vite",
-    "build": "vite build",
     "build:lib": "tsc --project tsconfig.lib.json",
-    "build:plugin": "tsc --project tsconfig.plugin.json --watch",
+    "build:plugin": "tsc --project tsconfig.plugin.json",
+    "watch:plugin": "tsc --project tsconfig.plugin.json --watch",
     "lint": "eslint .",
     "preview": "vite preview"
   },