|
12 | 12 | "build:all": "lerna run build --stream", |
13 | 13 | "deploy": "cross-env ENV=production ./scripts/deploy.sh", |
14 | 14 | "prettier": "prettier --write .", |
15 | | - "release": "run-s lint clean build test release:npm", |
16 | | - "release:npm": "./scripts/release.sh", |
17 | | - "publish:beta": "lerna version prerelease --preid beta --force-publish --yes", |
18 | 15 | "cy:test": "cypress run", |
19 | 16 | "cy:open": "cypress open", |
20 | 17 | "test": "jest", |
21 | 18 | "test:watch": "cross-env NODE_ENV=test jest --watchAll", |
22 | 19 | "lint": "eslint . --ext .js,.jsx,.ts,.tsx", |
23 | | - "lerna:version": "lerna version --conventional-commits --yes", |
24 | | - "lerna:prerelease": "yarn lerna:version --conventional-prerelease --yes", |
25 | | - "lerna:publish": "lerna publish from-git --yes" |
| 20 | + "prerelease": "lerna version --yes --conventional-commits --conventional-prerelease --force-publish", |
| 21 | + "prerelease:beta": "lerna version --yes --conventional-commits --conventional-prerelease --preid beta --force-publish", |
| 22 | + "release": "lerna version --yes --conventional-commits --conventional-graduate --force-publish", |
| 23 | + "publish": "./scripts/publish.sh", |
| 24 | + "version": "echo \"Running post lerna version script; bump lockfile\" && yarn install && git stage yarn.lock" |
26 | 25 | }, |
27 | 26 | "devDependencies": { |
28 | 27 | "@babel/cli": "^7.7.4", |
|
0 commit comments