We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b85718 commit 1d3b695Copy full SHA for 1d3b695
package.json
@@ -10,8 +10,8 @@
10
"dev:fleet": "vite projects/fleet-management-grid",
11
"dev:hr": "vite projects/hr-portal",
12
"dev:sales": "vite projects/sales-grid",
13
-
14
"build": "tsc && vite build",
+ "build:ci": "tsc && vite build --base /webcomponents-grid-examples/",
15
"preview": "vite preview"
16
},
17
"dependencies": {
0 commit comments