Skip to content

Commit cc738fa

Browse files
core(package): remove base-href from build
1 parent f137da0 commit cc738fa

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 build",
8-
"build:demo": "ng build demo --configuration production --base-href /angularui-theme/",
8+
"build:demo": "ng build demo --configuration production",
99
"build:theme": "ng build theme --configuration production",
1010
"watch": "ng build --watch --configuration development",
1111
"test": "ng test"

0 commit comments

Comments
 (0)