mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-01-31 11:51:41 +03:00
Lerna publish commands
This commit is contained in:
parent
bd0ca28e95
commit
2b4af4e38e
14
lerna.json
14
lerna.json
|
@ -1,6 +1,16 @@
|
||||||
{
|
{
|
||||||
"lerna": "3.4.2",
|
"lerna": "3.4.2",
|
||||||
"version": "3.0.0",
|
"version": "independent",
|
||||||
"npmClient": "yarn",
|
"npmClient": "yarn",
|
||||||
"useWorkspaces": true
|
"useWorkspaces": true,
|
||||||
|
"command": {
|
||||||
|
"publish": {
|
||||||
|
"allowBranch": "master"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignoreChanges": [
|
||||||
|
"**/test/**",
|
||||||
|
"**/examples/**",
|
||||||
|
"**/*.md"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,6 +4,11 @@
|
||||||
"lerna": "3.4.2"
|
"lerna": "3.4.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"lerna": "lerna",
|
||||||
|
"prepublishOnly": "lerna run prepublishOnly",
|
||||||
|
"publish": "lerna publish",
|
||||||
|
"canary": "lerna publish --canary preminor --npm-tag alpha",
|
||||||
|
"next": "lerna publish --bump prerelease --npm-tag next",
|
||||||
"lint": "lerna run lint --since master -- --color",
|
"lint": "lerna run lint --since master -- --color",
|
||||||
"lint:all": "lerna run lint -- --color",
|
"lint:all": "lerna run lint -- --color",
|
||||||
"test": "lerna run test --since master -- --colors",
|
"test": "lerna run test --since master -- --colors",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user