mirror of
https://github.com/jlengrand/leaflet-geosearch.git
synced 2026-03-10 08:31:26 +00:00
chore: fix bump scripts
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
"ci:tsc": "tsc --noEmit --project ./tsconfig.json",
|
||||
"ci:test": "jest --ci",
|
||||
"bump:patch": "npm version patch -m 'release: cut the %s release'",
|
||||
"bump:minor": "npm version patch -m 'release: cut the %s release'",
|
||||
"bump:major": "npm version patch -m 'release: cut the %s release'"
|
||||
"bump:minor": "npm version minor -m 'release: cut the %s release'",
|
||||
"bump:major": "npm version major -m 'release: cut the %s release'"
|
||||
},
|
||||
"files": [
|
||||
"src",
|
||||
|
||||
Reference in New Issue
Block a user