|
13 | 13 | "declarations", |
14 | 14 | "dist" |
15 | 15 | ], |
16 | | - "scripts": {<% if (typescript) { %> |
17 | | - "build": "concurrently \"<%= packageManager %>:build:*\"", |
18 | | - "build:js": "rollup --config", |
19 | | - "build:types": "glint --declaration",<% } else { %> |
20 | | - "build": "rollup --config",<% } %> |
| 16 | + "scripts": { |
| 17 | + "build": "rollup --config", |
21 | 18 | "lint": "concurrently \"<%= packageManager %>:lint:*(!fix)\" --names \"lint:\"", |
22 | 19 | "lint:fix": "concurrently \"<%= packageManager %>:lint:*:fix\" --names \"fix:\"", |
23 | 20 | "lint:hbs": "ember-template-lint . --no-error-on-unmatched-pattern", |
24 | 21 | "lint:js": "eslint . --cache", |
25 | 22 | "lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern", |
26 | 23 | "lint:js:fix": "eslint . --fix",<% if (typescript) { %> |
27 | | - "lint:types": "glint", |
28 | | - "start": "concurrently \"<%= packageManager %>:start:*\"", |
29 | | - "start:js": "rollup --config --watch --no-watch.clearScreen", |
30 | | - "start:types": "glint --declaration --watch",<% } else { %> |
31 | | - "start": "rollup --config --watch",<% } %> |
| 24 | + "lint:types": "glint",<% } %> |
| 25 | + "start": "rollup --config --watch", |
32 | 26 | "test": "echo 'A v2 addon does not have tests, run tests in test-app'", |
33 | 27 | "prepack": <% if (typescript) { %>"concurrently '<%= packageManager %>:build:*'"<% } else { %>"rollup --config"<% } %> |
34 | 28 | }, |
|
43 | 37 | "@babel/core": "^7.25.2", |
44 | 38 | <% if (typescript) { %>"@babel/plugin-transform-typescript": "^7.25.2"<% } else { %>"@babel/eslint-parser": "^7.25.1"<% } %>, |
45 | 39 | "@babel/runtime": "^7.25.6", |
46 | | - "@embroider/addon-dev": "^6.0.1",<% if (typescript) { %> |
| 40 | + "@embroider/addon-dev": "^7.1.0",<% if (typescript) { %> |
47 | 41 | "@glint/core": "^1.4.0", |
48 | 42 | "@glint/environment-ember-loose": "^1.4.0", |
49 | 43 | "@glint/environment-ember-template-imports": "^1.4.0", |
|
0 commit comments