mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
add force publish flag because lerna isn't bumping all versions to stable otherwise...
This commit is contained in:
parent
ee97b1fcf2
commit
1c2d8cae59
@ -15,7 +15,7 @@
|
||||
"lint": "lerna run lint --stream --no-bail",
|
||||
"lint:fix": "lerna run lint:fix --stream --no-bail",
|
||||
"bootstrap": "npm install && lerna bootstrap && lerna run --stream bootstrap",
|
||||
"version": "lerna version --exact --preid beta",
|
||||
"version": "lerna version --exact --preid beta --force-publish",
|
||||
"version:dry": "npm run version -- --no-git-tag-version",
|
||||
"release": "lerna publish from-git --pre-dist-tag beta --no-verify-access --yes",
|
||||
"clean": "lerna run clean --parallel --stream && lerna clean --yes && rimraf node_modules",
|
||||
|
Loading…
Reference in New Issue
Block a user