Skip to content

Commit 1abd35b

Browse files
committed
chore: updated script for deployment
1 parent a74f51d commit 1abd35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"postbuild:lib":"yarn run copy-file",
2222
"prepublish": "npm run build:prod",
2323
"publish": "ngh --no-silent false --name=\"nileshpatel17\" --email=\"nilesh.nvs@hotmail.com\"",
24-
"deploy": "ng build --prod --bh /ng-multiselect-dropdown/ && angular-cli-ghpages --no-silent --repo=https://github.com/NileshPatel17/ng-multiselect-dropdown.git --name=\"Nilesh Patel\" --email=nilesh.nvs@hotmail.com",
24+
"deploy": "ng build --prod --base-href /ng-multiselect-dropdown/ && npm run deployOnly",
2525
"deployOnly": "angular-cli-ghpages --no-silent --repo=https://github.com/NileshPatel17/ng-multiselect-dropdown.git --name=\"Nilesh Patel\" --email=nilesh.nvs@hotmail.com",
2626
"contributors:add": "all-contributors add",
2727
"contributors:generate": "all-contributors generate"

0 commit comments

Comments
 (0)