Skip to content

Commit 7d714ac

Browse files
author
David Faure
committed
fix: update build script to include base-href for ngx-image-compress-demo
1 parent 85f88ea commit 7d714ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint": "prettier -w \"projects/**/*.{ts,json,scss,html}\" *.json",
1717
"test:app": "nx test ngx-image-compress-demo",
1818
"test:lib": "node scripts/convert-assets-to-data-urls.js && nx test ngx-image-compress",
19-
"build": "nx build ngx-image-compress-demo"
19+
"build": "nx build ngx-image-compress-demo --base-href /ngx-image-compress/"
2020
},
2121
"dependencies": {
2222
"@angular/animations": "18.1.1",

0 commit comments

Comments
 (0)