Skip to content

Commit

Permalink
updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPatel17 committed Sep 21, 2019
1 parent 3ecef09 commit f8785aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"build:prod": "ng build --prod --base-href https://nileshpatel17.github.io/ng-multiselect-dropdown/",
"clear:lib": "rimraf dist-lib",
"copyfiles": "copyfiles -u 1 ./dist-lib/**/*.* node_modules/ng-multiselect-dropdown",
"build:lib": "yarn clear:lib && ng-packagr -p ng-package.json",
"postbuild:lib": "yarn copyfiles",
"prepublish": "yarn build:prod",
"build:lib": "npm run clear:lib && ng-packagr -p ng-package.json",
"postbuild:lib": "npm run copyfiles",
"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]",
"deployOnly": "angular-cli-ghpages --no-silent --repo=https://github.com/NileshPatel17/ng-multiselect-dropdown.git --name=\"Nilesh Patel\" [email protected]"
Expand Down
7 changes: 4 additions & 3 deletions publish-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

1. yarn build:lib
2. navigate to dist-lib folder
3. login to npm registry (npm login)
4. yarn publish
5. yarn deployOnly
3. mark private to false
4. login to npm registry (npm login)
5. yarn publish
6. yarn deployOnly

## Angular Multiselect Dropdown

Expand Down

0 comments on commit f8785aa

Please sign in to comment.