|
32 | 32 | "install:packages": "lerna exec yarn install", |
33 | 33 | "install:packages:clean": "lerna run install:clean", |
34 | 34 | "version:bump": "changeset", |
35 | | - "release": "lerna run release && changeset publish", |
| 35 | + "release:prepare": "lerna run release:prepare && changeset publish", |
36 | 36 | "prettier": "prettier --config .prettierrc --write \"**/*.{js,ts}\"", |
37 | 37 | "lint": "eslint --cache \"**/*.{js,jsx,ts,tsx}\"", |
38 | | - "pack": "lerna run prepare && lerna run pack", |
39 | | - "pack:core": "cd packages/core && yarn run prepare && yarn run pack", |
40 | | - "pack:react": "cd packages/react && yarn run prepare && yarn run pack", |
41 | | - "pack:multieditor": "cd packages/multieditor && yarn run prepare && yarn run pack", |
42 | | - "pack:api": "cd packages/api && yarn run prepare && yarn run pack", |
43 | | - "pack:event": "cd packages/event && yarn run prepare && yarn run pack", |
| 38 | + "pack": "lerna run build && lerna run pack", |
| 39 | + "pack:core": "cd packages/core && yarn run build && yarn run pack", |
| 40 | + "pack:react": "cd packages/react && yarn run build && yarn run pack", |
| 41 | + "pack:multieditor": "cd packages/multieditor && yarn run build && yarn run pack", |
| 42 | + "pack:api": "cd packages/api && yarn run build && yarn run pack", |
| 43 | + "pack:event": "cd packages/event && yarn run build && yarn run pack", |
44 | 44 | "install:clean": "shx rm -rf yarn.lock && shx rm -rf node_modules && yarn install && lerna run install:clean" |
45 | 45 | }, |
46 | 46 | "repository": { |
|
0 commit comments