Browse Source

chore(dashboard): Add standalone build script to package.json

David Höck 9 months ago
parent
commit
3719abb33d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/dashboard/package.json

+ 1 - 0
packages/dashboard/package.json

@@ -14,6 +14,7 @@
     },
     },
     "scripts": {
     "scripts": {
         "dev": "vite",
         "dev": "vite",
+        "build:standalone": "vite build",
         "build": "tsc --project tsconfig.plugin.json",
         "build": "tsc --project tsconfig.plugin.json",
         "watch": "tsc --project tsconfig.plugin.json --watch",
         "watch": "tsc --project tsconfig.plugin.json --watch",
         "test": "vitest run",
         "test": "vitest run",