mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
change alpha to beta for npm dist
This commit is contained in:
parent
f513d59f69
commit
bc5a58f599
@ -16,10 +16,10 @@
|
||||
"lint:markdown": "markdownlint-cli2 \"**/*.md\" \"#**/node_modules\"",
|
||||
"lint:fix": "lerna run lint:fix --stream --no-bail",
|
||||
"bootstrap": "npm install && lerna bootstrap && lerna run --stream bootstrap",
|
||||
"version": "lerna version --exact --preid alpha",
|
||||
"version": "lerna version --exact --preid beta",
|
||||
"version:all": "npm run version -- --force-publish",
|
||||
"version:dry": "npm run version -- --no-git-tag-version",
|
||||
"release": "lerna publish from-git --pre-dist-tag alpha --no-verify-access --yes",
|
||||
"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",
|
||||
"test": "lerna run --stream --parallel test",
|
||||
"inso-start": "npm start --prefix packages/insomnia-inso",
|
||||
|
Loading…
Reference in New Issue
Block a user