Skip to content

Commit 1d3b695

Browse files
committed
Add base path so that the request are going to the correct subdirectory
1 parent 7b85718 commit 1d3b695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"dev:fleet": "vite projects/fleet-management-grid",
1111
"dev:hr": "vite projects/hr-portal",
1212
"dev:sales": "vite projects/sales-grid",
13-
1413
"build": "tsc && vite build",
14+
"build:ci": "tsc && vite build --base /webcomponents-grid-examples/",
1515
"preview": "vite preview"
1616
},
1717
"dependencies": {

0 commit comments

Comments
 (0)