Skip to content

Commit

Permalink
chore: updated script for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPatel17 committed Sep 15, 2021
1 parent a74f51d commit 1abd35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"postbuild:lib":"yarn run copy-file",
"prepublish": "npm run build:prod",
"publish": "ngh --no-silent false --name=\"nileshpatel17\" --email=\"[email protected]\"",
"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 protected]",
"deploy": "ng build --prod --base-href /ng-multiselect-dropdown/ && npm run deployOnly",
"deployOnly": "angular-cli-ghpages --no-silent --repo=https://github.com/NileshPatel17/ng-multiselect-dropdown.git --name=\"Nilesh Patel\" [email protected]",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
Expand Down

0 comments on commit 1abd35b

Please sign in to comment.