Skip to content

Commit

Permalink
v1.0.0-beta.13
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPatel17 committed Sep 15, 2021
1 parent 63c1223 commit a74f51d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
"test:coverage": "jest --coverage",
"build:prod": "ng build --prod --base-href https://nileshpatel17.github.io/ng-multiselect-dropdown/",
"clear:lib": "rimraf dist-lib",
"copyfiles": "rimraf dist-lib/themes && mkdir dist-lib/themes && copyfiles -u 1 src/themes/ng-multiselect-dropdown.theme.scss dist-lib/",
"copy-file": "rimraf dist-lib/themes && copyfiles -u 2 src/themes/ng-multiselect-dropdown.theme.scss dist-lib/themes/",
"build:lib": "npm run clear:lib && ng-packagr -p ng-package.json",
"postbuild:lib":"yarn run copy-file",
"prepublish": "npm run build:prod",
"publish": "ngh --no-silent false --name=\"nileshpatel17\" --email=\"nilesh.nvs@hotmail.com\"",
"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",
Expand Down

0 comments on commit a74f51d

Please sign in to comment.