mirror of https://gitlab.com/m3f_usm/SmartStopAPK
chore: format + husky hook in prepare
parent
5782b43b3b
commit
56dcf99639
|
@ -58,6 +58,7 @@ yarn-error.log
|
||||||
# Ruby / CocoaPods
|
# Ruby / CocoaPods
|
||||||
/ios/Pods/
|
/ios/Pods/
|
||||||
/vendor/bundle/
|
/vendor/bundle/
|
||||||
|
.bundle/
|
||||||
|
|
||||||
# Temporary files created by Metro to check the health of the file watcher
|
# Temporary files created by Metro to check the health of the file watcher
|
||||||
.metro-health-check*
|
.metro-health-check*
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
module.exports = {extends: ['@commitlint/config-conventional']}
|
module.exports = {extends: ['@commitlint/config-conventional']};
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"prepare": "husky install",
|
||||||
"android": "react-native run-android",
|
"android": "react-native run-android",
|
||||||
"ios": "react-native run-ios",
|
"ios": "react-native run-ios",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
|
|
Loading…
Reference in New Issue