Skip to content

Commit

Permalink
fix(package): minor
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Nov 14, 2019
1 parent 173d34f commit b344b13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"resync:schematics": "rsync -a schematics/collection.json ../../../dist/angular-material-extensions/select-country/schematics/",
"resync:readme": "rsync -a ../../../README.md ../../../dist/angular-material-extensions/select-country/",
"postbuild": "npm run build:schematics && resync:readme && npm run resync:schematics",
"release": "npx release-it"
"release": "../../../node_modules/.bin/release-it"
},
"peerDependencies": {
"@angular/common": "^8.2.13",
Expand Down

0 comments on commit b344b13

Please sign in to comment.