Skip to content

Commit

Permalink
use npx for release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
bell-steven committed Jan 25, 2021
1 parent c647014 commit 6bd6513
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1,177 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "GooglePlacesAutocomplete.d.ts",
"scripts": {
"lint": "eslint . && prettier --write .",
"release": "release-it"
"release": "npx release-it"
},
"author": "Farid from Safi",
"license": "MIT",
Expand Down Expand Up @@ -38,7 +38,6 @@
"husky": "4.3.0",
"lint-staged": "10.4.0",
"prettier": "2.1.2",
"release-it": "14.2.1",
"typescript": "^3.8.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 6bd6513

Please sign in to comment.