We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa54d4 commit 1737cccCopy full SHA for 1737ccc
1 file changed
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"cook": "node --experimental-strip-types tools/cook/main.ts",
8
"postinstall": "pnpm exec playwright install --with-deps",
9
- "test": "nx test --watch",
+ "test": "nx test --tui false --watch",
10
"test:debug": "nx test --configuration=debug",
11
"testronaut": "nx testronaut",
12
"verify": "nx run-many -t test,testronaut --parallel=1 --pass-with-no-tests"
0 commit comments