Skip to content

Commit a8b8509

Browse files
committed
Move the sync command to test:ember, to match what CI is doing
1 parent 16bc3f5 commit a8b8509

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"lint:js": "eslint . --cache",
1616
"lint:js:fix": "eslint . --fix",
1717
"start": "pnpm sync:injected; ember serve",
18-
"test": "pnpm sync:injected; concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
18+
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
1919
"test:types": "tsc --noEmit --project types",
20-
"test:ember": "ember test",
20+
"test:ember": "pnpm sync:injected; ember test",
2121
"test:ember-compatibility": "ember try:each",
2222
"sync:injected": "pnpm sync-dependencies-meta-injected"
2323
},

test-buildtime-options-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"lint:js": "eslint . --cache",
1616
"lint:js:fix": "eslint . --fix",
1717
"start": "pnpm sync:injected; ember serve",
18-
"test": "pnpm sync:injected; concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
18+
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
1919
"test:types": "tsc --noEmit --project types",
20-
"test:ember": "ember test",
20+
"test:ember": "pnpm sync:injected; ember test",
2121
"test:ember-compatibility": "ember try:each",
2222
"sync:injected": "pnpm sync-dependencies-meta-injected"
2323
},

0 commit comments

Comments
 (0)