Skip to content

Commit 7004efe

Browse files
committed
Add base href to build script and test github actions
1 parent 13dea7d commit 7004efe

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
@@ -5,7 +5,7 @@
55
"ng": "ng",
66
"start": "ng serve",
77
"build": "ng cache clean && ng build zingchart-angular-component",
8-
"build:app": "ng cache clean && ng build",
8+
"build:app": "ng cache clean && ng build --base-href=/zingchart-angular/",
99
"watch": "ng build --watch --configuration development",
1010
"test": "ng test zingchart-angular-component",
1111
"publish": "cd dist/zingchart-angular && npm publish --access public",

0 commit comments

Comments
 (0)