mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
21 lines
295 B
JSON
21 lines
295 B
JSON
{
|
|
"npmClient": "yarn",
|
|
"npmClientArgs": [
|
|
"--no-lockfile"
|
|
],
|
|
"packages": [
|
|
"packages/*",
|
|
"packages/template/project",
|
|
"tests"
|
|
],
|
|
"useWorkspaces": true,
|
|
"command": {
|
|
"publish": {
|
|
"ignoreChanges": [
|
|
"*.md"
|
|
]
|
|
}
|
|
},
|
|
"version": "0.0.26"
|
|
}
|