|
46 | 46 | ], |
47 | 47 | "repository": "https://github.com/ember-cli/ember-page-title", |
48 | 48 | "scripts": { |
49 | | - "build": "concurrently 'npm:build:*'", |
50 | | - "build:js": "rollup --config", |
51 | | - "build:types": "glint --declaration", |
| 49 | + "build": "rollup --config", |
52 | 50 | "lint": "concurrently 'npm:lint:*(!fix)' --names 'lint:'", |
53 | 51 | "lint:fix": "concurrently 'npm:lint:*:fix' --names 'fix:'", |
54 | 52 | "lint:js": "eslint . --cache", |
55 | 53 | "lint:js:fix": "eslint . --fix", |
56 | 54 | "lint:types": "glint --declaration", |
57 | 55 | "prepack": "rollup --config", |
58 | | - "start": "concurrently 'npm:start:*'", |
59 | | - "start:js": "rollup --config --watch --no-watch.clearScreen", |
60 | | - "start:types": "glint --declaration --watch" |
| 56 | + "start": "rollup --config --watch --no-watch.clearScreen" |
61 | 57 | }, |
62 | 58 | "dependencies": { |
63 | 59 | "@embroider/addon-shim": "^1.8.7", |
|
90 | 86 | "eslint-plugin-jsonc": "^2.11.2", |
91 | 87 | "eslint-plugin-node": "^11.1.0", |
92 | 88 | "eslint-plugin-prettier": "^5.1.2", |
| 89 | + "execa": "^8.0.1", |
| 90 | + "fix-bad-declaration-output": "^1.0.2", |
93 | 91 | "npm-run-all": "^4.1.5", |
94 | 92 | "prettier": "^3.1.1", |
95 | 93 | "rollup": "^4.9.1", |
|
0 commit comments