|
14 | 14 | "dist" |
15 | 15 | ], |
16 | 16 | "scripts": {<% if (typescript) { %> |
17 | | - "build": "concurrently '<%= packageManager %>:build:*'", |
| 17 | + "build": "concurrently \"<%= packageManager %>:build:*\"", |
18 | 18 | "build:js": "rollup --config", |
19 | 19 | "build:types": "glint --declaration",<% } else { %> |
20 | 20 | "build": "rollup --config",<% } %> |
21 | | - "lint": "concurrently '<%= packageManager %>:lint:*(!fix)' --names 'lint:'", |
22 | | - "lint:fix": "concurrently '<%= packageManager %>:lint:*:fix' --names 'fix:'", |
| 21 | + "lint": "concurrently \"<%= packageManager %>:lint:*(!fix)\" --names \"lint:\"", |
| 22 | + "lint:fix": "concurrently \"<%= packageManager %>:lint:*:fix\" --names \"fix:\"", |
23 | 23 | "lint:hbs": "ember-template-lint . --no-error-on-unmatched-pattern", |
24 | 24 | "lint:js": "eslint . --cache", |
25 | 25 | "lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern", |
26 | 26 | "lint:js:fix": "eslint . --fix",<% if (typescript) { %> |
27 | 27 | "lint:types": "glint", |
28 | | - "start": "concurrently '<%= packageManager %>:start:*'", |
| 28 | + "start": "concurrently \"<%= packageManager %>:start:*\"", |
29 | 29 | "start:js": "rollup --config --watch --no-watch.clearScreen", |
30 | 30 | "start:types": "glint --declaration --watch",<% } else { %> |
31 | 31 | "start": "rollup --config --watch",<% } %> |
|
0 commit comments