We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b723f9d commit 170cd9fCopy full SHA for 170cd9f
package.json
@@ -30,7 +30,7 @@
30
"start": "ember serve",
31
"test": "concurrently \"pnpm:lint\" \"pnpm:test:*\" --names \"lint,test:\" --prefixColors auto",
32
"test:ember": "pnpm build:ember-debug && COVERAGE=true ember test",
33
- "watch-test": "pnpm '/test-watch:/'",
+ "watch-test": "pnpm '/watch-test:/'",
34
"watch-test:ember-debug": "pnpm --filter ember-debug watch",
35
"watch-test:inspector-ui": "ember test --serv",
36
"watch": "pnpm '/watch:/'",
0 commit comments