|
2 | 2 | "private": true,
|
3 | 3 | "scripts": {
|
4 | 4 | "build": "node ./scripts/verify-packages-versions.js && yarn run-p build:rollup build:types build:bundle && yarn build:extras",
|
5 |
| - "build:bundle": "yarn ts-node scripts/ensure-bundle-deps.ts && yarn lerna run --parallel build:bundle", |
| 5 | + "build:bundle": "yarn ts-node scripts/ensure-bundle-deps.ts && yarn lerna run build:bundle", |
6 | 6 | "build:dev": "run-p build:types build:rollup",
|
7 |
| - "build:dev:filter": "lerna run --stream --concurrency 1 --sort build:dev --include-filtered-dependencies --include-filtered-dependents --scope", |
8 |
| - "build:extras": "lerna run --parallel build:extras", |
9 |
| - "build:rollup": "lerna run --parallel build:rollup", |
| 7 | + "build:dev:filter": "lerna run build:dev --include-filtered-dependencies --include-filtered-dependents --scope", |
| 8 | + "build:extras": "lerna run build:extras", |
| 9 | + "build:rollup": "lerna run build:rollup", |
10 | 10 | "build:types": "lerna run --stream build:types",
|
11 |
| - "build:watch": "lerna run --parallel build:watch", |
12 |
| - "build:dev:watch": "lerna run --parallel build:dev:watch", |
| 11 | + "build:watch": "lerna run build:watch", |
| 12 | + "build:dev:watch": "lerna run build:dev:watch", |
13 | 13 | "build:types:watch": "ts-node scripts/build-types-watch.ts",
|
14 |
| - "build:npm": "lerna run --parallel build:npm", |
15 |
| - "circularDepCheck": "lerna run --parallel circularDepCheck", |
| 14 | + "build:npm": "lerna run build:npm", |
| 15 | + "circularDepCheck": "lerna run circularDepCheck", |
16 | 16 | "clean": "run-p clean:build clean:caches",
|
17 |
| - "clean:build": "lerna run --parallel clean", |
| 17 | + "clean:build": "lerna run clean", |
18 | 18 | "clean:caches": "yarn rimraf eslintcache && yarn jest --clearCache",
|
19 | 19 | "clean:deps": "lerna clean --yes && rm -rf node_modules && yarn",
|
20 | 20 | "clean:all": "run-p clean:build clean:caches clean:deps",
|
21 | 21 | "codecov": "codecov",
|
22 |
| - "fix": "lerna run --parallel fix", |
23 |
| - "link:yarn": "lerna exec --parallel yarn link", |
24 |
| - "lint": "lerna run --parallel lint", |
25 |
| - "lint:eslint": "lerna run --parallel lint:eslint", |
| 22 | + "fix": "lerna run fix", |
| 23 | + "link:yarn": "lerna exec yarn link", |
| 24 | + "lint": "lerna run lint", |
| 25 | + "lint:eslint": "lerna run lint:eslint", |
26 | 26 | "postpublish": "lerna run --stream --concurrency 1 postpublish",
|
27 |
| - "test": "lerna run --ignore @sentry-internal/browser-integration-tests --ignore @sentry-internal/node-integration-tests --stream --concurrency 1 --sort test", |
| 27 | + "test": "lerna run --ignore @sentry-internal/browser-integration-tests --ignore @sentry-internal/node-integration-tests test", |
28 | 28 | "test-ci": "ts-node ./scripts/test.ts",
|
29 | 29 | "postinstall": "patch-package"
|
30 | 30 | },
|
|
85 | 85 | "jsdom": "^19.0.0",
|
86 | 86 | "karma-browserstack-launcher": "^1.5.1",
|
87 | 87 | "karma-firefox-launcher": "^1.1.0",
|
88 |
| - "lerna": "3.13.4", |
| 88 | + "lerna": "^6.0.3", |
89 | 89 | "madge": "4.0.2",
|
90 | 90 | "mocha": "^6.1.4",
|
91 | 91 | "nodemon": "^2.0.16",
|
|
113 | 113 | "@types/express-serve-static-core": "4.17.30"
|
114 | 114 | },
|
115 | 115 | "version": "0.0.0",
|
116 |
| - "dependencies": {} |
| 116 | + "name": "sentry-javascript" |
117 | 117 | }
|
0 commit comments