mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-24 01:38:18 +00:00
fix(chore): release scripts
This commit is contained in:
parent
42ac309040
commit
94dddc7d02
@ -55,8 +55,8 @@
|
||||
"lint": "eslint src",
|
||||
"lint:staged": "lint-staged",
|
||||
"prettier": "prettier --write --single-quote true --trailing-comma all --print-width 100",
|
||||
"release:patch": "npm run check && npm version patch && git push --follow-tags",
|
||||
"release:minor": "npm run check && npm version minor && git push --follow-tags",
|
||||
"release:major": "npm run check && npm version major && git push --follow-tags"
|
||||
"release:patch": "npm version patch && git push --follow-tags",
|
||||
"release:minor": "npm version minor && git push --follow-tags",
|
||||
"release:major": "npm version major && git push --follow-tags"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user