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.
--quiet
1 parent e98c909 commit 2ce6f85Copy full SHA for 2ce6f85
package.json
@@ -86,7 +86,7 @@
86
"prestart": "git config commit.template .gitmessage",
87
"prettier": "prettier --write \"./**/*.{json,js,ts}\"",
88
"start": "webpack serve --mode=production",
89
- "test": "npm run tsc && npm run lint && npm run jest",
+ "test": "npm run tsc && npm run lint -- -- --quiet && npm run jest",
90
"tsc": "tsc --noEmit",
91
"tsc:build": "tsc && tsc-alias"
92
}
0 commit comments