Skip to content

Commit 8595832

Browse files
Merge pull request #312 from void-mAlex/fix-windows-terminals
bring v2 addon bp in line with scripts from ember addon
2 parents 1db294e + 3a68951 commit 8595832

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

files/__addonLocation__/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
"dist"
1515
],
1616
"scripts": {<% if (typescript) { %>
17-
"build": "concurrently '<%= packageManager %>:build:*'",
17+
"build": "concurrently \"<%= packageManager %>:build:*\"",
1818
"build:js": "rollup --config",
1919
"build:types": "glint --declaration",<% } else { %>
2020
"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:\"",
2323
"lint:hbs": "ember-template-lint . --no-error-on-unmatched-pattern",
2424
"lint:js": "eslint . --cache",
2525
"lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern",
2626
"lint:js:fix": "eslint . --fix",<% if (typescript) { %>
2727
"lint:types": "glint",
28-
"start": "concurrently '<%= packageManager %>:start:*'",
28+
"start": "concurrently \"<%= packageManager %>:start:*\"",
2929
"start:js": "rollup --config --watch --no-watch.clearScreen",
3030
"start:types": "glint --declaration --watch",<% } else { %>
3131
"start": "rollup --config --watch",<% } %>

0 commit comments

Comments
 (0)