Add start
script
This commit is contained in:
parent
fc0e2bf34b
commit
a3b48f4951
@ -32,6 +32,7 @@
|
|||||||
"typescript": "tsc --noEmit",
|
"typescript": "tsc --noEmit",
|
||||||
"lint": "eslint \"**/*.{js,ts,tsx}\"",
|
"lint": "eslint \"**/*.{js,ts,tsx}\"",
|
||||||
"lint-ci": "yarn lint -f ./node_modules/@firmnav/eslint-github-actions-formatter/dist/formatter.js",
|
"lint-ci": "yarn lint -f ./node_modules/@firmnav/eslint-github-actions-formatter/dist/formatter.js",
|
||||||
|
"start": "cd example && yarn start",
|
||||||
"build": "bob build",
|
"build": "bob build",
|
||||||
"release": "release-it",
|
"release": "release-it",
|
||||||
"pods": "cd example && yarn pods",
|
"pods": "cd example && yarn pods",
|
||||||
@ -43,8 +44,7 @@
|
|||||||
"check-all": "scripts/check-all.sh",
|
"check-all": "scripts/check-all.sh",
|
||||||
"clean-ios": "scripts/clean-ios.sh",
|
"clean-ios": "scripts/clean-ios.sh",
|
||||||
"clean-android": "scripts/clean-android.sh",
|
"clean-android": "scripts/clean-android.sh",
|
||||||
"clean-js": "scripts/clean-js.sh",
|
"clean-js": "scripts/clean-js.sh"
|
||||||
"docs": "cd docs && yarn build"
|
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react-native",
|
"react-native",
|
||||||
|
Loading…
Reference in New Issue
Block a user