mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
remove --force-publish
This commit is contained in:
parent
c78f019543
commit
456ff71709
@ -15,7 +15,7 @@
|
||||
"lint": "lerna run lint --parallel --stream --no-bail",
|
||||
"lint:fix": "lerna run lint:fix --parallel --stream --no-bail",
|
||||
"bootstrap": "npm install && lerna bootstrap && lerna run --stream bootstrap",
|
||||
"version": "lerna version --exact --preid beta --force-publish",
|
||||
"version": "lerna version --exact --preid beta",
|
||||
"version:dry": "npm run version -- --no-git-tag-version",
|
||||
"publish": "lerna publish from-git --pre-dist-tag beta --no-verify-access --yes",
|
||||
"clean": "lerna clean --yes && rimraf node_modules",
|
||||
|
Loading…
Reference in New Issue
Block a user