mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
docs(*): changelog generator
This commit is contained in:
11
package.json
11
package.json
@@ -12,6 +12,7 @@
|
||||
"lerna:link": "lerna link && lerna exec -- yarn link",
|
||||
"lerna:clean": "lerna clean",
|
||||
"gen:reference": "node scripts/generate-typedoc.js",
|
||||
"generate-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -t -v -l",
|
||||
"tests:packager:chrome": "cd tests && node_modules/.bin/react-native start --platforms ios,android --reset-cache",
|
||||
"tests:packager:jet": "cd tests && cross-env REACT_DEBUGGER=\"echo nope\" node_modules/.bin/react-native start",
|
||||
"tests:packager:jet-reset-cache": "cd tests & cross-env REACT_DEBUGGER=\"echo nope\" node_modules/.bin/react-native start --reset-cache",
|
||||
@@ -36,10 +37,10 @@
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.5.5",
|
||||
"@babel/core": "^7.5.5",
|
||||
"@babel/runtime": "^7.5.5",
|
||||
"@babel/plugin-transform-runtime": "^7.5.5",
|
||||
"@react-native-community/eslint-config": "^0.0.5",
|
||||
"@babel/runtime": "^7.5.5",
|
||||
"@invertase/babel-preset-react-native-syntax": "^0.1.3",
|
||||
"@react-native-community/eslint-config": "^0.0.5",
|
||||
"codecov": "^3.2.0",
|
||||
"cross-env": "^5.2.0",
|
||||
"eslint": "^6.1.0",
|
||||
@@ -54,7 +55,8 @@
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"tslint-plugin-prettier": "^2.0.1",
|
||||
"typedoc": "^0.15.0",
|
||||
"typescript": "^3.5.3"
|
||||
"typescript": "^3.5.3",
|
||||
"conventional-changelog-cli": "^2.0.28"
|
||||
},
|
||||
"lint-staged": {
|
||||
"packages/**/*.js": [
|
||||
@@ -77,7 +79,8 @@
|
||||
"tests"
|
||||
],
|
||||
"nohoist": [
|
||||
"packages/template/project/react-native", "packages/template/project/react-native/**",
|
||||
"packages/template/project/react-native",
|
||||
"packages/template/project/react-native/**",
|
||||
"detox",
|
||||
"**/detox",
|
||||
"**/detox/**",
|
||||
|
||||
Reference in New Issue
Block a user