|
28 | 28 | "prebuild": "yarn clean", |
29 | 29 | "build": "tsc --build", |
30 | 30 | "watch": "tsc --build --watch", |
31 | | - "prepsuite": "node scripts/prepareSuite.js", |
32 | 31 | "commit": "git-cz", |
33 | | - "changelog": "lerna-changelog", |
34 | 32 | "lint:prettier": "prettier --list-different . \"!**/*.{js,ts}\" ", |
35 | 33 | "lint:eslint": "eslint --cache --ext .js --ext .ts .", |
36 | 34 | "lint": "yarn lint:eslint && yarn lint:prettier", |
37 | 35 | "fix": "yarn lint:eslint --fix && yarn lint:prettier --write", |
| 36 | + "prepsuite": "node scripts/prepareSuite.js", |
38 | 37 | "pretest": "yarn build && yarn lint && yarn prepsuite", |
39 | 38 | "test": "jest --reporters=default --reporters=jest-junit", |
40 | 39 | "test:cli": "jest test/ --reporters=default --reporters=jest-junit --forceExit", |
41 | 40 | "test:packages": "jest packages/ --reporters=default --reporters=jest-junit --forceExit", |
42 | 41 | "test:ci": "yarn test:cli && yarn test:packages", |
43 | 42 | "test:watch": "jest test/ packages/ --watch", |
44 | 43 | "test:smoke": "smoketests/smoketests.sh", |
45 | | - "publish:monorepo": "yarn format && yarn test && yarn build && lerna publish -m \"chore: monorepo version update\"" |
| 44 | + "publish:monorepo": "yarn build && yarn lerna-changelog && lerna publish -m \"chore: monorepo version update\" --canary --preid rc --dist-tag next" |
46 | 45 | }, |
47 | 46 | "standard-version": { |
48 | 47 | "types": [ |
|
0 commit comments