|
5 | 5 | "type": "git", |
6 | 6 | "url": "https://github.com/villander/ember-engines-router-service" |
7 | 7 | }, |
8 | | - "workspaces": [ |
9 | | - "ember-engines-router-service", |
10 | | - "test-app" |
11 | | - ], |
12 | 8 | "scripts": { |
13 | | - "build": "yarn workspace ember-engines-router-service run build", |
14 | | - "lint": "yarn workspaces run lint", |
15 | | - "lint:fix": "yarn workspaces run lint:fix", |
16 | | - "prepare": "yarn build", |
| 9 | + "build": "pnpm -F ember-engines-router-service build", |
| 10 | + "lint": "pnpm -r lint --if-present", |
| 11 | + "lint:fix": "pnpm -r lint:fix --if-present", |
| 12 | + "prepare": "pnpm build", |
17 | 13 | "release": "release-it", |
18 | | - "start": "concurrently 'yarn:start:*' --restart-after 5000 --prefix-colors cyan,white,yellow", |
19 | | - "start:addon": "yarn workspace ember-engines-router-service run start", |
20 | | - "start:test-app": "yarn workspace test-app run start", |
21 | | - "test": "yarn workspaces run test", |
22 | | - "test:ember": "yarn workspace test-app run test:ember" |
| 14 | + "start": "concurrently 'pnpm:start:*' --restart-after 5000 --prefix-colors cyan,white,yellow", |
| 15 | + "start:addon": "pnpm -F ember-engines-router-service start", |
| 16 | + "start:test-app": "pnpm -F test-app start", |
| 17 | + "test": "pnpm -r test --if-present", |
| 18 | + "test:ember": "pnpm -F test-app test:ember" |
23 | 19 | }, |
24 | 20 | "devDependencies": { |
25 | 21 | "@release-it-plugins/lerna-changelog": "^7.0.0", |
26 | 22 | "@release-it-plugins/workspaces": "^4.2.0", |
27 | 23 | "release-it": "^17.5.0" |
28 | 24 | }, |
| 25 | + "packageManager": "[email protected]+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac", |
29 | 26 | "publishConfig": { |
30 | 27 | "registry": "https://registry.npmjs.org" |
31 | 28 | }, |
|
61 | 58 | "tokenRef": "GITHUB_AUTH" |
62 | 59 | }, |
63 | 60 | "npm": false |
64 | | - }, |
65 | | - "packageManager": "[email protected]" |
| 61 | + } |
66 | 62 | } |
0 commit comments