Skip to content

Commit

Permalink
fix(lib): updated npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Nov 14, 2019
1 parent b852328 commit c358b35
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"resync:readme": "rsync -a ../../../README.md ../../../dist/angular-material-extensions/select-country/",
"postbuild": "npm run build:schematics && npm run resync:readme && npm run resync:schematics",
"postpublish": "npm run build",
"release": "../../../node_modules/.bin/release-it"
"release:patch": "../../../node_modules/.bin/release-it --patch --ci",
"release:minor": "../../../node_modules/.bin/release-it --minor --ci",
"release:major": "../../../node_modules/.bin/release-it --major --ci"
},
"peerDependencies": {
"@angular/common": "^8.2.14",
Expand Down

0 comments on commit c358b35

Please sign in to comment.