Skip to content

Commit 2ce6f85

Browse files
🔧 Change to use --quiet on test scripts
1 parent e98c909 commit 2ce6f85

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
@@ -86,7 +86,7 @@
8686
"prestart": "git config commit.template .gitmessage",
8787
"prettier": "prettier --write \"./**/*.{json,js,ts}\"",
8888
"start": "webpack serve --mode=production",
89-
"test": "npm run tsc && npm run lint && npm run jest",
89+
"test": "npm run tsc && npm run lint -- -- --quiet && npm run jest",
9090
"tsc": "tsc --noEmit",
9191
"tsc:build": "tsc && tsc-alias"
9292
}

0 commit comments

Comments
 (0)