Skip to content

Commit 170cd9f

Browse files
authored
fix watch test script (#2662)
1 parent b723f9d commit 170cd9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"start": "ember serve",
3131
"test": "concurrently \"pnpm:lint\" \"pnpm:test:*\" --names \"lint,test:\" --prefixColors auto",
3232
"test:ember": "pnpm build:ember-debug && COVERAGE=true ember test",
33-
"watch-test": "pnpm '/test-watch:/'",
33+
"watch-test": "pnpm '/watch-test:/'",
3434
"watch-test:ember-debug": "pnpm --filter ember-debug watch",
3535
"watch-test:inspector-ui": "ember test --serv",
3636
"watch": "pnpm '/watch:/'",

0 commit comments

Comments
 (0)