We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e359574 commit bc618f6Copy full SHA for bc618f6
packages/cubejs-playground/package.json
@@ -13,6 +13,7 @@
13
"scripts": {
14
"unit": "vitest run",
15
"dev": "vite",
16
+ "serve": "vite preview",
17
"watch": "tsc --noEmit false --watch",
18
"build:lib": "tsc --noEmit false && node postbuild.js && cp -R src/img/ lib/img/",
19
"build:vizard": "cd ./vizard && yarn && yarn build && cp -R ./build ../public/vizard",
@@ -108,4 +109,4 @@
108
109
"react-dom": ">=18.0.0",
110
"styled-components": ">=6.0.0"
111
}
-}
112
+}
0 commit comments