Ver Fonte

chore(dashboard): Disable build script

It is not used currently
Michael Bromley há 10 meses atrás
pai
commit
57b595219b
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      packages/dashboard/package.json

+ 2 - 2
packages/dashboard/package.json

@@ -5,9 +5,9 @@
   "type": "module",
   "type": "module",
   "scripts": {
   "scripts": {
     "dev": "vite",
     "dev": "vite",
-    "build": "vite build",
     "build:lib": "tsc --project tsconfig.lib.json",
     "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 .",
     "lint": "eslint .",
     "preview": "vite preview"
     "preview": "vite preview"
   },
   },