|  | 
| 1 | 1 | { | 
|  | 2 | +  "name": "platform", | 
| 2 | 3 |   "private": true, | 
| 3 | 4 |   "workspaces": [ | 
| 4 | 5 |     "packages/*" | 
|  | 
| 8 | 9 |     "build:store": "ng-packagr -p packages/store", | 
| 9 | 10 |     "build:form": "ng-packagr -p packages/form", | 
| 10 | 11 |     "build:router": "ng-packagr -p packages/router", | 
|  | 12 | +    "release:canary": "lerna publish --canary --npm-tag next", | 
|  | 13 | +    "release:stable": "lerna version", | 
|  | 14 | +    "release:stable:ci": "lerna publish from-git", | 
| 11 | 15 |     "clean": "npm-run-all -p clean:*", | 
| 12 | 16 |     "clean:deps": "npm-run-all -p clean:deps:*", | 
| 13 | 17 |     "clean:deps:workspace": "rimraf node_modules", | 
| 14 | 18 |     "clean:deps:packages": "rimraf packages/*/node_modules", | 
| 15 | 19 |     "clean:coverage": "rimraf coverage", | 
| 16 |  | -    "clean:package-dist": "rimraf packages/*/dist", | 
|  | 20 | +    "clean:dist": "rimraf packages/*/dist", | 
| 17 | 21 |     "lint": "npm-run-all -p lint:*", | 
| 18 | 22 |     "lint:packages": "tslint -p tsconfig.json", | 
| 19 | 23 |     "lint:prettier": "prettier -l \"**/*.*(ts|js|css|scss|json|md)\"", | 
|  | 
| 53 | 57 |     "jest-junit": "5.1.0", | 
| 54 | 58 |     "jest-preset-angular": "6.0.0", | 
| 55 | 59 |     "jest-zone-patch": "0.0.8", | 
| 56 |  | -    "lerna": "2.11.0", | 
|  | 60 | +    "lerna": "3.4.3", | 
| 57 | 61 |     "lint-staged": "7.2.0", | 
| 58 | 62 |     "ng-packagr": "3.0.6", | 
| 59 | 63 |     "npm-run-all": "4.1.3", | 
|  | 
0 commit comments