Skip to content

Commit 86c3cc9

Browse files
Don't allow CI to run linting twice
1 parent b204f62 commit 86c3cc9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

files/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"lint:js:fix": "eslint . --fix<% if (typescript) { %>",
2525
"lint:types": "glint<% } %>",
2626
"start": "vite",
27-
"test": "concurrently \"<%= packageManager %>:lint\" \"<%= packageManager %>:test:*\" --names \"lint,test:\" --prefixColors auto",
28-
"test:ember": "vite build --mode development && testem ci"
27+
"test": "vite build --mode development && testem ci"
2928
},
3029
"exports": {
3130
"./tests/*": "./tests/*",

0 commit comments

Comments
 (0)